Skip to content

Commit

Permalink
ci(goreleaser): Add changelog groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 8, 2023
1 parent 4bfc1bd commit a28d5b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ changelog:
exclude:
- '^docs'
- '^test'
groups:
- title: Features
order: 0
regexp: "(feat)"
- title: Fixes
order: 1
regexp: "(fix|perf)"
- title: Others
order: 999
brews:
- homepage: https://github.com/gabe565/domain-watch
description: Get notified about domain changes as they happen
Expand Down

0 comments on commit a28d5b3

Please sign in to comment.