Skip to content

Commit

Permalink
ci: Update .goreleaser.yml to include additional commit prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsloggett committed Apr 10, 2024
1 parent 30ca0fb commit 306cd47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ changelog:
- title: Bug Fixes
regexp: ^.*?fix(\([[:word:]]+\))??!?:.+$
order: 1
- title: Documentation
regexp: ^.*?docs(\([[:word:]]+\))??!?:.+$
order: 2
- title: CI
regexp: ^.*?ci(\([[:word:]]+\))??!?:.+$
order: 3
- title: Others
order: 999

0 comments on commit 306cd47

Please sign in to comment.