[SKIP CI] chore: update goreleaser syntax (#86)

Reviewed-on: #86
This commit is contained in:
Sam Therapy 2022-09-08 23:51:30 +00:00
parent ae7209c334
commit 1d0ccbef44
1 changed files with 24 additions and 1 deletions

View File

@ -16,8 +16,10 @@ builds:
goarch:
- amd64
- arm64
universal_binaries:
- replace: true
archives:
-
files:
@ -31,15 +33,36 @@ archives:
format_overrides:
- goos: windows
format: zip
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
groups:
- title: 'Dependency Updates'
regexp: "^.*fix\\(deps\\)*:+.*$"
order: 2
- title: 'Features'
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: 'Other'
order: 999
filters:
exclude:
- "^docs:"
- "SKIP CI"
- "^test:"
- "^docs?:"
- "typo"
- "^ci:"
gitea_urls:
api: https://git.froth.zone/api/v1/