1
0
Fork 0
mirror of https://github.com/imjasonh/gke-auth synced 2026-07-07 00:23:18 +00:00

fix goreleaser.yaml

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-03-19 16:24:03 -04:00
parent 67c4eb59a8
commit 8ad3003854
Failed to extract signature

View file

@ -1,22 +1,10 @@
before:
hooks:
- go mod tidy
version: 2
builds:
- env:
- CGO_ENABLED=0
goos:
- goos:
- linux
archives:
- replacements:
linux: Linux
amd64: x86_64
- id: foo
name_template: >-
gke-auth_{{ .Version }}_Linux_x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'