Tweak goreleaser

This commit is contained in:
Arturo Filastò 2018-09-27 19:06:57 +02:00
parent 29b382ebf3
commit 7c8771d807

View File

@ -26,13 +26,7 @@ archive:
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}' .Arm }}{{ end }}'
files: files:
- licence* - LICENCE.md
- LICENCE* - Readme.md
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
snapshot: snapshot:
name_template: SNAPSHOT-{{ .Commit }} name_template: SNAPSHOT-{{ .Commit }}