Skip to content

Commit f629025

Browse files
authored
ci: Improve changelog format (#2004)
1 parent 8458171 commit f629025

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.goreleaser.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@ release:
1717
# Manually examine the release before it's live
1818
draft: true
1919
changelog:
20-
skip: false
20+
use: github-native
21+
groups:
22+
- title: Features
23+
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
24+
order: 0
25+
- title: Bug fixes
26+
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
27+
order: 1
28+
- title: Documentation
29+
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'

0 commit comments

Comments
 (0)