Skip to content

Commit 3000f10

Browse files
committed
chore(goreleaser): add release footer with contributors and changelog links
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent e112f51 commit 3000f10

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.goreleaser.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
release:
22
draft: true
33
replace_existing_draft: true
4+
footer: |
5+
## Contributors
6+
7+
Dragonfly {{ .Tag }} is released! 🎉🎉🎉 Thanks the [contributors](https://github.com/dragonflyoss/dragonfly/graphs/contributors) who made this release happend and welcome you to visit [d7y.io](https://d7y.io) website.
48
59
before:
610
hooks:
@@ -129,6 +133,21 @@ changelog:
129133
exclude:
130134
- "^docs:"
131135
- "^test:"
136+
groups:
137+
- title: Dependency updates
138+
regexp: '^.*?(.+)\(deps\)!?:.+$'
139+
order: 300
140+
- title: "Features"
141+
regexp: '^.*?feat(\(.+\))??!?:.+$'
142+
order: 100
143+
- title: "Security updates"
144+
regexp: '^.*?sec(\(.+\))??!?:.+$'
145+
order: 150
146+
- title: "Bug Fixes"
147+
regexp: '^.*?(fix|refactor)(\(.+\))??!?:.+$'
148+
order: 200
149+
- title: "Chores"
150+
order: 9999
132151

133152
nfpms:
134153
- id: dfget

0 commit comments

Comments
 (0)