Update goreleaser

This commit is contained in:
2025-05-23 00:47:20 -04:00
parent 8038757726
commit 8da19ea968

View File

@@ -26,6 +26,20 @@ builds:
- amd64 - amd64
- arm64 - arm64
checksum:
name_template: 'checksums.txt'
algorithm: sha256
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- 'README'
- Merge pull request
- Merge branch
archives: archives:
- formats: [tar.gz] - formats: [tar.gz]
# this name template makes the OS and Arch compatible with the results of `uname`. # this name template makes the OS and Arch compatible with the results of `uname`.
@@ -41,12 +55,6 @@ archives:
- goos: windows - goos: windows
formats: [zip] formats: [zip]
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
brews: brews:
- -
name: todo name: todo
@@ -59,10 +67,13 @@ brews:
commit_author: commit_author:
name: AmanTahiliani name: AmanTahiliani
email: amantahiliani7437@gmail.com email: amantahiliani7437@gmail.com
snapshot:
name_template: '{{ .Tag }}-next'
release: release:
footer: >- prerelease: auto
--- universal_binaries:
- replace: true
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).