Skip to content

Commit 222861d

Browse files
authored
Update changelog format (#541)
Signed-off-by: Pankaj Walke <[email protected]>
1 parent 67d6ca8 commit 222861d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,14 @@ changelog:
7373
exclude:
7474
- '^docs:'
7575
- '^test:'
76-
76+
use: github
77+
format: "{{.SHA}}: {{.Message}} [{{.AuthorName}}](@{{.AuthorUsername}})"
78+
groups:
79+
- title: "✨ Features"
80+
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
81+
order: 0
82+
- title: "🐛 Bug fixes"
83+
regexp: '^.*?(fix|bug)(\([[:word:]]+\))??!?:.+$'
84+
order: 1
85+
- title: "🔧 Others"
86+
order: 999

0 commit comments

Comments
 (0)