Skip to content

Commit

Permalink
update: changelog settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed May 22, 2024
1 parent cd58ffc commit 43c1ca3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64

archives:
- format: tar.gz
Expand All @@ -37,11 +41,17 @@ archives:
format: zip

changelog:
use: github
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
groups:
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Others
order: 999

checksum:
name_template: SHA256SUMS-{{.Version}}.txt
Expand Down

0 comments on commit 43c1ca3

Please sign in to comment.