We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4770d0 commit 05c7e62Copy full SHA for 05c7e62
1 file changed
.goreleaser.yaml
@@ -29,7 +29,8 @@ builds:
29
- -X github.com/ctrlplanedev/cli/cmd/ctrlc/root/version.BuildDate={{.Date}}
30
31
archives:
32
- - format: tar.gz
+ - formats:
33
+ - tar.gz
34
# this name template makes the OS and Arch compatible with the results of `uname`.
35
name_template: >-
36
ctrlc_
@@ -41,7 +42,8 @@ archives:
41
42
# use zip for windows archives
43
format_overrides:
44
- goos: windows
- format: zip
45
+ formats:
46
+ - zip
47
48
changelog:
49
sort: asc
0 commit comments