-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.goreleaser.yml
More file actions
62 lines (54 loc) · 1.31 KB
/
.goreleaser.yml
File metadata and controls
62 lines (54 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version: 2
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
- GITHUB_TOKEN=${{ secrets.GH_TOKEN }}
goos:
- linux
- windows
- darwin
archives:
- format_overrides:
- goos: darwin
format: zip
- goos: linux
format: tar.gz
- goos: windows
format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
snapcrafts:
- name: imgcat
publish: true
summary: Display images and gifs in your terminal
description: Display images and gifs in your terminal
apps:
imgcat:
command: imgcat
plugs:
- home
- removable-media
brews:
- name: imgcat
skip_upload: false
repository:
owner: danielgatis
name: homebrew-imgcat
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: Display images and gifs in your terminal
scoops:
- description: Display images and gifs in your terminal
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: danielgatis
name: scoop-imgcat