File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,24 @@ builds:
1313 - darwin
1414
1515archives :
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
2325snapshot :
2426 name_template : " {{ .Tag }}-next"
2527
2628changelog :
27- skip : true
29+ sort : asc
30+ filters :
31+ exclude :
32+ - ' ^docs:'
33+ - ' ^test:'
2834
2935snapcrafts :
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
4047brews :
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
You can’t perform that action at this time.
0 commit comments