From 301fb0498c76a0bb3c46040cf7e60e2270e04445 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 3 Jul 2020 17:57:47 -0700 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bc0afb35..7555a690 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -74,7 +74,7 @@ brews: name: Tim email: TimothyStiles@users.noreply.github.com nfpms: - - file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + - file_name_template: '{{ .ProjectName }}-v{{.Version}}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' homepage: https://github.com/TimothyStiles/poly description: A command line utility for engineering organisms. maintainer: Timothy Stiles @@ -87,7 +87,7 @@ nfpms: recommends: - golang snapcrafts: - - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + - name_template: '{{ .ProjectName }}-v{{.Version}}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' summary: A command line utility for engineering organisms. description: | Poly is a Go library and command line utility for engineering @@ -95,4 +95,5 @@ snapcrafts: https://github.com/TimothyStiles/poly grade: devel confinement: strict + license: MIT publish: true