Skip to content

Commit 495216c

Browse files
goreleaser: improved message grouping
1 parent 713871e commit 495216c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ builds:
1313
binary: example
1414

1515
changelog:
16-
use: git
16+
use: github
1717
sort: asc
1818
groups:
1919
- title: Features
20-
regexp: "^feat[(\\w)]*:+.*$"
20+
regexp: "^.*feat[(\\w)]*:+.*$"
2121
order: 0
2222
- title: 'Bug fixes'
23-
regexp: "^fix[(\\w)]*:+.*$"
23+
regexp: "^.*fix[(\\w)]*:+.*$"
2424
order: 1
2525
- title: 'Enhancements'
26-
regexp: "^enhancement:+.*$"
26+
regexp: "^.*enhancement[(\\w)]*:+.*$"
2727
order: 2
2828
- title: Others
2929
order: 999

0 commit comments

Comments
 (0)