We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2650eeb commit 0af3b10Copy full SHA for 0af3b10
.goreleaser.yaml
@@ -17,11 +17,14 @@ changelog:
17
sort: asc
18
groups:
19
- title: Features
20
- regexp: "^.*feat[(\\w)]*:+.*$"
+ regexp: "^feat[(\\w)]*:+.*$"
21
order: 0
22
- title: 'Bug fixes'
23
- regexp: "^.*fix[(\\w)]*:+.*$"
+ regexp: "^fix[(\\w)]*:+.*$"
24
order: 1
25
+ - title: 'Enhancements'
26
+ regexp: "^enhancement:+.*$"
27
+ order: 2
28
- title: Others
29
order: 999
30
filters:
0 commit comments