File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 44#
55# Usage:
66#
7- # goreleaser --rm-dist --skip- publish [--snapshot]
7+ # goreleaser release --clean --skip= publish [--snapshot]
88#
9+ version : 2
910project_name : run
1011env :
1112 - GO111MODULE=on
@@ -25,18 +26,13 @@ builds:
2526 goarch :
2627 - amd64
2728 - arm64
28- ignore :
29- - goos : linux
30- goarch : arm64
31- archives :
32- - replacements :
33- darwin : darwin
34- linux : linux
35- amd64 : amd64
29+ # ignore:
30+ # - goos: linux
31+ # goarch: arm64
3632checksum :
3733 name_template : ' checksums.txt'
3834snapshot :
39- name_template : " {{ .Version }}"
35+ version_template : " {{ .Version }}"
4036changelog :
4137 sort : desc
4238 filters :
@@ -64,11 +60,11 @@ aurs:
6460brews :
6561 -
6662 skip_upload : " true"
67- tap :
68- owner : Tekwizely
69- name : homebrew-tap
70- folder : Formula
71- # url_template: "https://github.com/TekWizely/run/archive/{{ .Version }}.tar.gz"
63+ # tap:
64+ # owner: Tekwizely
65+ # name: homebrew-tap
66+ # folder: Formula
67+ url_template : " https://github.com/TekWizely/run/archive/{{ .Version }}.tar.gz"
7268 commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
7369 license : MIT
7470 homepage : https://github.com/TekWizely/run
You can’t perform that action at this time.
0 commit comments