|
|
|
@ -67,6 +67,10 @@ archives:
|
|
|
|
{{- .Version }}-
|
|
|
|
{{- .Version }}-
|
|
|
|
{{- .Os }}-
|
|
|
|
{{- .Os }}-
|
|
|
|
{{- .Arch }}
|
|
|
|
{{- .Arch }}
|
|
|
|
|
|
|
|
formats:
|
|
|
|
|
|
|
|
- tar.gz
|
|
|
|
|
|
|
|
format_overrides:
|
|
|
|
|
|
|
|
- goos: windows
|
|
|
|
formats:
|
|
|
|
formats:
|
|
|
|
- tar.gz
|
|
|
|
- tar.gz
|
|
|
|
- zip
|
|
|
|
- zip
|
|
|
|
@ -75,7 +79,7 @@ archives:
|
|
|
|
- README.md
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
|
|
|
|
checksum:
|
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
|
|
snapshot:
|
|
|
|
snapshot:
|
|
|
|
version_template: "{{ if index .Env \"GORELEASER_CURRENT_TAG\" }}{{ .Env.GORELEASER_CURRENT_TAG }}{{ else }}{{ incpatch .Version }}-next{{ end }}"
|
|
|
|
version_template: "{{ if index .Env \"GORELEASER_CURRENT_TAG\" }}{{ .Env.GORELEASER_CURRENT_TAG }}{{ else }}{{ incpatch .Version }}-next{{ end }}"
|
|
|
|
|