Skip to content

Commit

Permalink
chore: disable snap release
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed May 20, 2021
1 parent 36a6d8a commit db7af57
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ nfpms:
dependencies:
- git

snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: PingMe is a CLI tool which provides the ability to send messages
description: |
PingMe is a CLI tool which provides the ability to send messages
or alerts to multiple messaging platforms.
grade: stable
confinement: strict
publish: false
# snapcrafts:
# - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# summary: PingMe is a CLI tool which provides the ability to send messages
# description: |
# PingMe is a CLI tool which provides the ability to send messages
# or alerts to multiple messaging platforms.
# grade: stable
# confinement: strict
# publish: false

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

0 comments on commit db7af57

Please sign in to comment.