Skip to content

Commit

Permalink
commented out snapcraft in .goreleaser.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Jul 4, 2020
1 parent 301fb04 commit bd36b3b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ nfpms:
- git
recommends:
- golang
snapcrafts:
- 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
# snapcrafts:
# - 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 bd36b3b

Please sign in to comment.