Skip to content

Commit

Permalink
ci: enabled snapcraft publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 9, 2021
1 parent a3625ee commit 295abfd
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ docker_manifests:
image_templates:
- achannarasappa/ticker:{{ .Version }}-amd64
- achannarasappa/ticker:{{ .Version }}-arm64v8
# snapcrafts:
# -
# id: ticker
# name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
# replacements:
# darwin: mac
# publish: true
# summary: Terminal stock watcher and stock position tracker
# description: |
# Features:
# Live stock price quotes
# Track value of your stock positions
# Support for multiple cost basis lots
# Support for pre and post market price quotes
snapcrafts:
-
id: ticker
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: mac
publish: true
summary: Terminal stock watcher and stock position tracker
description: |
Features:
Live stock price quotes
Track value of your stock positions
Support for multiple cost basis lots
Support for pre and post market price quotes
# grade: stable
# confinement: strict
# apps:
# ticker:
# plugs: ["network"]
grade: stable
confinement: strict
apps:
ticker:
plugs: ["network"]

0 comments on commit 295abfd

Please sign in to comment.