1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Revert "fix: quit using a feature that isnt even launched yet"

This reverts commit f5bc3c05d207cc23b36eb27a4408ad088e52f3c6.
This commit is contained in:
Carlos Alexandro Becker 2018-01-19 01:20:50 -02:00
parent e0f77520cc
commit efdd35805d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,6 +25,7 @@ dockers:
- image: goreleaser/goreleaser
tag_templates:
- '{{ .Tag }}'
- 'v{{ .Major }}.{{ .Minor }}'
- 'latest'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'