kubeconform/.goreleaser.yml
2020-06-07 11:31:21 +02:00

23 lines
No EOL
420 B
YAML

builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'