Skip to content

Commit db7af57

Browse files
committed
chore: disable snap release
1 parent 36a6d8a commit db7af57

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.goreleaser.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ nfpms:
6565
dependencies:
6666
- git
6767

68-
snapcrafts:
69-
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
70-
summary: PingMe is a CLI tool which provides the ability to send messages
71-
description: |
72-
PingMe is a CLI tool which provides the ability to send messages
73-
or alerts to multiple messaging platforms.
74-
grade: stable
75-
confinement: strict
76-
publish: false
68+
# snapcrafts:
69+
# - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
70+
# summary: PingMe is a CLI tool which provides the ability to send messages
71+
# description: |
72+
# PingMe is a CLI tool which provides the ability to send messages
73+
# or alerts to multiple messaging platforms.
74+
# grade: stable
75+
# confinement: strict
76+
# publish: false
7777

7878
scoop:
7979
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

0 commit comments

Comments
 (0)