|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
project_name: helm
|
|
|
|
|
|
|
|
|
|
before:
|
|
|
|
|
@ -50,7 +52,7 @@ builds:
|
|
|
|
|
dir: .
|
|
|
|
|
|
|
|
|
|
archives:
|
|
|
|
|
- format: tar.gz
|
|
|
|
|
- id: default
|
|
|
|
|
# this name template makes the OS and Arch compatible with the results of uname.
|
|
|
|
|
name_template: >-
|
|
|
|
|
{{ .ProjectName }}-
|
|
|
|
|
@ -59,16 +61,15 @@ archives:
|
|
|
|
|
{{- else if eq .Arch "386" }}i386
|
|
|
|
|
{{- else }}{{ .Arch }}{{ end }}
|
|
|
|
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
|
|
|
|
# use zip for windows archives
|
|
|
|
|
format_overrides:
|
|
|
|
|
- goos: windows
|
|
|
|
|
format: zip
|
|
|
|
|
files:
|
|
|
|
|
- LICENSE
|
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
|
|
checksum:
|
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
|
|
|
|
|
|
snapshot:
|
|
|
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
|
|
|
version_template: "{{ incpatch .Version }}-next"
|
|
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
|
sort: asc
|
|
|
|
|
|