Skip to content

Commit

Permalink
fix(ci): goreleaser changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 10, 2022
1 parent cdbcd04 commit 7384e58
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
@@ -1,2 +1,20 @@
builds:
- skip: true
changelog:
sort: asc
use: github
filters:
exclude:
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
groups:
- title: 'New Features'
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 10
- title: Other work
order: 999

0 comments on commit 7384e58

Please sign in to comment.