Skip to content

Commit

Permalink
chore: Add commit types to goreleaser changelog filter
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Toh <tohjustin@hotmail.com>
  • Loading branch information
tohjustin committed Oct 27, 2021
1 parent 555f3e1 commit 91fbe10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ changelog:
sort: asc
filters:
exclude:
- "^build:"
- "^chore:"
- "^ci:"
- "^docs:"
- "^perf:"
- "^refactor:"
- "^style:"
- "^test:"

0 comments on commit 91fbe10

Please sign in to comment.