Skip to content

Commit bd36b3b

Browse files
committed
commented out snapcraft in .goreleaser.yml.
1 parent 301fb04 commit bd36b3b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ nfpms:
8686
- git
8787
recommends:
8888
- golang
89-
snapcrafts:
90-
- name_template: '{{ .ProjectName }}-v{{.Version}}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
91-
summary: A command line utility for engineering organisms.
92-
description: |
93-
Poly is a Go library and command line utility for engineering
94-
organisms. For more information checkout:
95-
https://github.com/TimothyStiles/poly
96-
grade: devel
97-
confinement: strict
98-
license: MIT
99-
publish: true
89+
# snapcrafts:
90+
# - name_template: '{{ .ProjectName }}-v{{.Version}}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
91+
# summary: A command line utility for engineering organisms.
92+
# description: |
93+
# Poly is a Go library and command line utility for engineering
94+
# organisms. For more information checkout:
95+
# https://github.com/TimothyStiles/poly
96+
# grade: devel
97+
# confinement: strict
98+
# license: MIT
99+
# publish: true

0 commit comments

Comments
 (0)