Skip to content

Commit c529b2f

Browse files
committed
add version to jreleaser
replace deprecated options with the new ones
1 parent 741127c commit c529b2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cli/lega-commander/.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
release:
23
github:
34
owner: ELIXIR-NO
@@ -27,10 +28,10 @@ archives:
2728
{{- else if eq .Arch "386" }}i386
2829
{{- else }}{{ .Arch }}{{ end }}
2930
{{- if .Arm }}v{{ .Arm }}{{ end -}}
30-
format: tar.gz
31+
formats: [tar.gz]
3132
format_overrides:
3233
- goos: windows
33-
format: zip
34+
formats: [zip]
3435
3536
3637
changelog:

0 commit comments

Comments
 (0)