Skip to content

Commit

Permalink
chore(goreleaser): Add changelog groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 6, 2023
1 parent 401a183 commit 0741091
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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/clevyr/yampl
description: Yaml templating via line-comments
Expand Down

0 comments on commit 0741091

Please sign in to comment.