Skip to content

Commit 4e6cddf

Browse files
author
Ryan
authored
feat(goreleaser): format changelog, add prereleases (nektos#942)
1 parent e9c4609 commit 4e6cddf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,18 @@ archives:
3232
format_overrides:
3333
- goos: windows
3434
format: zip
35+
changelog:
36+
groups:
37+
- title: 'New Features'
38+
regexp: "^.*feat[(\\w)]*:+.*$"
39+
order: 0
40+
- title: 'Bug fixes'
41+
regexp: "^.*fix[(\\w)]*:+.*$"
42+
order: 1
43+
- title: 'Documentation updates'
44+
regexp: "^.*docs[(\\w)]*:+.*$"
45+
order: 2
46+
- title: 'Other'
47+
order: 999
48+
release:
49+
prerelease: auto

0 commit comments

Comments
 (0)