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 24, 2023
1 parent 5a9b1b9 commit d330bf2
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 @@ -39,6 +39,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/ascii-movie
description: Star Wars SSH + Telnet server written in Go
Expand Down

0 comments on commit d330bf2

Please sign in to comment.