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