Skip to content

Commit 3e7c0e8

Browse files
committed
upgrade deps
1 parent 61663fe commit 3e7c0e8

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

.goreleaser.yml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ builds:
1313
- darwin
1414

1515
archives:
16-
- replacements:
17-
darwin: Darwin
18-
linux: Linux
19-
windows: Windows
20-
386: i386
21-
amd64: x86_64
16+
- format_overrides:
17+
- goos: darwin
18+
format: zip
19+
- goos: linux
20+
format: tar.gz
21+
- goos: windows
22+
format: zip
23+
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2224

2325
snapshot:
2426
name_template: "{{ .Tag }}-next"
2527

2628
changelog:
27-
skip: true
29+
sort: asc
30+
filters:
31+
exclude:
32+
- '^docs:'
33+
- '^test:'
2834

2935
snapcrafts:
3036
- name: imgcat
@@ -33,22 +39,23 @@ snapcrafts:
3339
description: Display images and gifs in your terminal
3440
apps:
3541
imgcat:
42+
command: imgcat
3643
plugs:
3744
- home
3845
- removable-media
3946

4047
brews:
4148
- name: imgcat
4249
skip_upload: false
43-
tap:
50+
repository:
4451
owner: danielgatis
4552
name: homebrew-imgcat
4653
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4754
description: Display images and gifs in your terminal
4855

49-
scoop:
50-
description: Display images and gifs in your terminal
51-
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
52-
bucket:
53-
owner: danielgatis
54-
name: scoop-imgcat
56+
scoops:
57+
- description: Display images and gifs in your terminal
58+
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
59+
repository:
60+
owner: danielgatis
61+
name: scoop-imgcat

0 commit comments

Comments
 (0)