1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +02:00

chore: fixed fpm and snap name templates

This commit is contained in:
Carlos Alexandro Becker 2018-01-19 01:02:12 -02:00
parent 1ad9ba78b0
commit 8ec3ac898e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -48,6 +48,7 @@ brew:
test: |
system "#{bin}/goreleaser -v"
fpm:
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: http://goreleaser.github.io
description: Deliver Go binaries as fast and easily as possible
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
@ -59,6 +60,7 @@ fpm:
dependencies:
- git
snapcraft:
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Deliver Go binaries as fast and easily as possible
description: |
GoReleaser builds Go binaries for several platforms, creates a GitHub