Skip to content

Commit

Permalink
CI: Improve go releaser changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stoewer committed Jan 13, 2023
1 parent d303409 commit 62fd718
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
use: github-native
filters:
exclude:
- '^docs:'
- '^test:'
- '^example:'
- '^[Dd]ocs:'
- '^[Tt]est:'
- '^CI:'
- 'typo'

0 comments on commit 62fd718

Please sign in to comment.