fix: disable goreleaser checksums.txt and restrict zip to windows only

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
Terry Howe 2026-05-02 11:25:43 -06:00
parent e49a1dc16e
commit 93103ce66c
No known key found for this signature in database

View file

@ -69,13 +69,17 @@ archives:
{{- .Arch }}
formats:
- tar.gz
- zip
format_overrides:
- goos: windows
formats:
- tar.gz
- zip
files:
- LICENSE
- README.md
checksum:
name_template: 'checksums.txt'
disable: true
snapshot:
version_template: "{{ if index .Env \"GORELEASER_CURRENT_TAG\" }}{{ .Env.GORELEASER_CURRENT_TAG }}{{ else }}{{ incpatch .Version }}-next{{ end }}"