Skip to content

Commit

Permalink
build: improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 26, 2023
1 parent 5c19298 commit 69334f1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ changelog:
order: 200
- title: other
order: 9999
- title: "packages"
regexp: "^.*\\(pkg\\):+.*$"
order: 203
groups:
- title: improvements
regexp: "^feat.*$"
order: 100
- title: fixes
regexp: "^fix.*$"
order: 200
- title: other
order: 9999
- title: "editor"
regexp: "^.*\\(n?vim\\):+.*$"
order: 240
Expand All @@ -79,7 +67,7 @@ changelog:
- title: other
order: 9999
- title: "system"
regexp: "^.*\\((system|fish|fzf|ssh|core)\\):+.*$"
regexp: "^.*\\((system|fish|fzf|ssh|core|pkg|pkgs|zk)\\):+.*$"
order: 100
groups:
- title: improvements
Expand Down

0 comments on commit 69334f1

Please sign in to comment.