Skip to content

Commit 552bbbe

Browse files
committed
snapcraft: enable publish
1 parent 1821f71 commit 552bbbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,13 @@ nfpms:
8080
- termux.deb
8181

8282
snapcrafts:
83-
-
83+
- name_template: "carapace_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
8484
summary: "multi-shell multi-command argument completer"
8585
description: "multi-shell multi-command argument completer"
8686
license: "MIT"
87+
grade: stable
88+
confinement: classic
89+
publish: true
8790

8891
publishers:
8992
- name: fury

0 commit comments

Comments
 (0)