Skip to content

Commit

Permalink
feat(goreleaser): format changelog, add prereleases (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan authored Jan 1, 2022
1 parent e9c4609 commit 4e6cddf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@ archives:
format_overrides:
- goos: windows
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

0 comments on commit 4e6cddf

Please sign in to comment.