feat(goreleaser): format changelog, add prereleases (#942)
This commit is contained in:
parent
e9c4609dca
commit
4e6cddf80a
1 changed files with 15 additions and 0 deletions
|
@ -32,3 +32,18 @@ archives:
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
changelog:
|
||||||
|
groups:
|
||||||
|
- title: 'New Features'
|
||||||
|
regexp: "^.*feat[(\\w)]*:+.*$"
|
||||||
|
order: 0
|
||||||
|
- title: 'Bug fixes'
|
||||||
|
regexp: "^.*fix[(\\w)]*:+.*$"
|
||||||
|
order: 1
|
||||||
|
- title: 'Documentation updates'
|
||||||
|
regexp: "^.*docs[(\\w)]*:+.*$"
|
||||||
|
order: 2
|
||||||
|
- title: 'Other'
|
||||||
|
order: 999
|
||||||
|
release:
|
||||||
|
prerelease: auto
|
||||||
|
|
Loading…
Reference in a new issue