Skip to content

Commit

Permalink
fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Sep 28, 2022
1 parent d3a37f1 commit 04555bb
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,34 @@ builds:
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true
snapcrafts:
- publish: true
confinement: classic
grade: stable
summary: Display images and gifs in your terminal
description: Display images and gifs in your terminal
-
publish: true
confinement: classic
summary: Display images and gifs in your terminal
description: Display images and gifs in your terminal
brews:
- skip_upload: false
name: imgcat
tap:
owner: danielgatis
name: homebrew-imgcat
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: Display images and gifs in your terminal
dependencies:
- name: go
-
skip_upload: false
name: imgcat
tap:
owner: danielgatis
name: homebrew-imgcat
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: Display images and gifs in your terminal
dependencies:
- name: go
scoop:
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
Expand Down

0 comments on commit 04555bb

Please sign in to comment.