Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 19, 2023
1 parent 62fef96 commit 0d7b499
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,21 @@ snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
groups:
- title: "✨ Features"
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "🐛 Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "📦 Code Refactoring"
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
order: 2
- title: "🚀 Performance Improvements"
regexp: '^.*?perf(\([[:word:]]+\))??!?:.+$'
order: 3
- title: "♻️ Others"
order: 999
dockers:
- goos: linux
# GOARCH of the built binaries/packages that should be used.
Expand Down

0 comments on commit 0d7b499

Please sign in to comment.