chore(goreleaser): add release footer with contributors and changelog links (#4161)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2025-06-25 23:13:10 +08:00 committed by GitHub
parent e112f514d6
commit f7f832caee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,10 @@
release: release:
draft: true draft: true
replace_existing_draft: true replace_existing_draft: true
footer: |
## Contributors
Thanks to all the [contributors](https://github.com/dragonflyoss/dragonfly/graphs/contributors)! ❤️
before: before:
hooks: hooks:
@ -129,6 +133,21 @@ changelog:
exclude: exclude:
- "^docs:" - "^docs:"
- "^test:" - "^test:"
groups:
- title: Dependency updates
regexp: '^.*?(.+)\(deps\)!?:.+$'
order: 300
- title: "Features"
regexp: '^.*?feat(\(.+\))??!?:.+$'
order: 100
- title: "Security updates"
regexp: '^.*?sec(\(.+\))??!?:.+$'
order: 150
- title: "Bug Fixes"
regexp: '^.*?(fix|refactor)(\(.+\))??!?:.+$'
order: 200
- title: "Chores"
order: 9999
nfpms: nfpms:
- id: dfget - id: dfget

@ -1 +1 @@
Subproject commit 40c9e62ebd13ff15a7991fd7e62accf5af687781 Subproject commit 4711bd86af31fc46ce240682960c986df9858590

@ -1 +1 @@
Subproject commit 192567e803742a109e2f966fab93a4ae2e84e9d9 Subproject commit 499ef7f82d94b69477b1a4bcad793f6b59ab0569