Skip to content

Commit 2c8fa90

Browse files
committed
build(goreleaser): update changelog config
1 parent 5f67ad1 commit 2c8fa90

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.goreleaser.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,21 @@ milestones:
2424
close: true
2525

2626
changelog:
27+
use: github
2728
sort: asc
29+
groups:
30+
- title: Features
31+
regexp: "^.*feat[(\\w)]*:+.*$"
32+
order: 0
33+
- title: Fixes
34+
regexp: "^.*fix[(\\w)]*:+.*$"
35+
order: 1
36+
- title: Documentation
37+
regexp: "^.*docs[(\\w)]*:+.*$"
38+
order: 2
39+
- title: Others
40+
order: 999
2841
filters:
2942
exclude:
30-
- '^docs:'
31-
- '^test:'
32-
- '^Merge '
43+
- '^test:'
44+
- '^Merge '

0 commit comments

Comments
 (0)