File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
2
3
3
project_name : armada
4
-
4
+ version : 2
5
5
dist : " dist"
6
6
7
7
# gomod:
8
8
# proxy: true
9
9
10
10
snapshot :
11
- name_template : " {{ .FullCommit }}"
11
+ version_template : " {{ .FullCommit }}"
12
12
13
13
env :
14
14
- GOPROXY={{ if index .Env "GOPROXY" }}{{ .Env.GOPROXY }}{{ else }}https://proxy.golang.org,direct{{ end }}
@@ -145,15 +145,13 @@ source:
145
145
format : " zip"
146
146
147
147
archives :
148
- - id : armadactl
149
- builds :
150
- - armadactl
148
+ - ids : [armadactl]
151
149
allow_different_binary_count : true
152
150
name_template : ' armadactl_{{ replace .Version "-" "_" }}_{{ .Os }}_{{ .Arch }}'
153
- format : tar.gz
151
+ formats : [ tar.gz]
154
152
format_overrides :
155
153
- goos : windows
156
- format : zip
154
+ formats : [ zip]
157
155
files :
158
156
- LICENSE
159
157
- README.md
You can’t perform that action at this time.
0 commit comments