Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles authored Jul 4, 2020
1 parent d2e24f4 commit 301fb04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ brews:
name: Tim
email: [email protected]
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 <[email protected]>
Expand All @@ -87,12 +87,13 @@ 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
organisms. For more information checkout:
https://github.com/TimothyStiles/poly
grade: devel
confinement: strict
license: MIT
publish: true

0 comments on commit 301fb04

Please sign in to comment.