We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713871e commit 495216cCopy full SHA for 495216c
.goreleaser.yaml
@@ -13,17 +13,17 @@ builds:
13
binary: example
14
15
changelog:
16
- use: git
+ use: github
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:+.*$"
+ regexp: "^.*enhancement[(\\w)]*:+.*$"
27
order: 2
28
- title: Others
29
order: 999
0 commit comments