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:
parent
1ad9ba78b0
commit
8ec3ac898e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user