Skip to content

Commit

Permalink
feat: added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkyrie00 committed Feb 23, 2025
1 parent 91021c7 commit 9423c80
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,28 @@ brews:
owner: Valkyrie00
name: homebrew-bbrew
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
token: "{{ .Env.GITHUB_TOKEN }}"
changelog:
use: github
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- '^chore:'
- Merge pull request
- Merge branch
groups:
- title: '⚠️ Breaking Changes'
regexp: "^.*!:.+$"
order: 0
- title: '✨ Features'
regexp: "^.*feat[(\\w)]*:.*$"
order: 1
- title: '🐛 Bug Fixes'
regexp: "^.*fix[(\\w)]*:.*$"
order: 2
- title: '⚡️ Improvements'
regexp: "^.*perf[(\\w)]*:.*$"
order: 3

0 comments on commit 9423c80

Please sign in to comment.