File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- build :
2- binary : rocket-lang
3- main : main.go
4- ldflags :
5- - >
6- -s -w
7- -X github.com/flipez/rocket-lang/repl.buildVersion={{.Version}}
8- -X github.com/flipez/rocket-lang/repl.buildDate={{.Date}}
9- goos :
10- - linux
11- - darwin
12- - freebsd
13- - windows
14- goarch :
15- - amd64
16- - arm
17- - arm64
18- env :
19- - CGO_ENABLED=0
1+ version : 2
2+ builds :
3+ - binary : rocket-lang
4+ main : main.go
5+ ldflags :
6+ - >
7+ -s -w
8+ -X github.com/flipez/rocket-lang/repl.buildVersion={{.Version}}
9+ -X github.com/flipez/rocket-lang/repl.buildDate={{.Date}}
10+ goos :
11+ - linux
12+ - darwin
13+ - freebsd
14+ - windows
15+ goarch :
16+ - amd64
17+ - arm
18+ - arm64
19+ env :
20+ - CGO_ENABLED=0
2021
2122archives :
2223 - name_template : " {{.Binary}}_{{.Os}}_{{.Arch}}_{{.Tag}}"
@@ -25,7 +26,7 @@ release:
2526 draft : true
2627
2728snapshot :
28- name_template : " {{.Tag}}"
29+ version_template : " {{.Tag}}"
2930
3031checksum :
3132 name_template : " checksums.txt"
4748brews :
4849 -
4950 name : rocket-lang
50- tap :
51+ repository :
5152 owner : flipez
5253 name : homebrew-tap
5354
5960
6061 commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
6162
62- folder : Formula
63+ directory : Formula
6364
6465 homepage : " https://auch.cool/"
6566 license : " MIT"
You can’t perform that action at this time.
0 commit comments