chore(goreleaser): add release footer with contributors and changelog links (#4161)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
e112f514d6
commit
f7f832caee
|
|
@ -1,6 +1,10 @@
|
|||
release:
|
||||
draft: true
|
||||
replace_existing_draft: true
|
||||
footer: |
|
||||
## Contributors
|
||||
|
||||
Thanks to all the [contributors](https://github.com/dragonflyoss/dragonfly/graphs/contributors)! ❤️
|
||||
|
||||
before:
|
||||
hooks:
|
||||
|
|
@ -129,6 +133,21 @@ changelog:
|
|||
exclude:
|
||||
- "^docs:"
|
||||
- "^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:
|
||||
- id: dfget
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 40c9e62ebd13ff15a7991fd7e62accf5af687781
|
||||
Subproject commit 4711bd86af31fc46ce240682960c986df9858590
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 192567e803742a109e2f966fab93a4ae2e84e9d9
|
||||
Subproject commit 499ef7f82d94b69477b1a4bcad793f6b59ab0569
|
||||
Loading…
Reference in New Issue