Remove goreleaser snapshot name template

I prefer the default "SNAPSHOT-{{.ShortCommit}}"
This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-08 20:44:15 -04:00
parent d0956a1281
commit d9e548f9dc

View File

@ -53,5 +53,3 @@ dockers:
dockerfile: Dockerfile
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"