mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 09:27:02 +00:00
update goreleaser
This commit is contained in:
parent
6655204442
commit
798e99c50b
1 changed files with 1 additions and 2 deletions
|
|
@ -12,12 +12,11 @@ archives:
|
||||||
format: zip
|
format: zip
|
||||||
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
|
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'CHECKSUMS'
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}-next"
|
name_template: "{{ .Tag }}-next"
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
|
||||||
- '^test:'
|
- '^test:'
|
||||||
Loading…
Reference in a new issue