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

add goreleaser.yaml

This commit is contained in:
Jason Hall 2022-03-09 17:07:42 -05:00
parent 08e690a016
commit 4538c93e9b
2 changed files with 26 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
dist/
gke-auth

22
.goreleaser.yaml Normal file
View file

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