Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
chore: improve changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 26, 2022
1 parent 8950f10 commit 9d64234
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ changelog:
sort: asc
use: github
groups:
- title: 'New Features'
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 10
- title: 'editor'
regexp: "^.*\\(nvim\\):+.*$"
order: 200
- title: 'system'
regexp: "^.*\\((system|fish|fzf|macos)\\):+.*$"
order: 100
- title: 'git'
regexp: "^.*\\((git|gh)\\):+.*$"
order: 300
- title: 'terminals'
regexp: "^.*\\((kitty|wezterm|alacritty)\\):+.*$"
order: 400
- title: Other work
order: 999

0 comments on commit 9d64234

Please sign in to comment.