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 4, 2023
1 parent 684c084 commit 4161ef6
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/kubedb
description: Painlessly work with Kubernetes databases
Expand Down

0 comments on commit 4161ef6

Please sign in to comment.