mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix: disable goreleaser checksums.txt and restrict zip to windows only
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
e49a1dc16e
commit
93103ce66c
1 changed files with 6 additions and 2 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue