We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9b35c commit 5cc8a73Copy full SHA for 5cc8a73
.goreleaser.yaml
@@ -17,7 +17,7 @@ builds:
17
- -X 'github.com/plexsystems/konstraint/internal/commands.version={( .Version })'
18
19
archives:
20
- - format: tar.gz
+ - formats: [ 'tar.gz' ]
21
# this name template makes the OS and Arch compatible with the results of `uname`.
22
name_template: >-
23
{{ .ProjectName }}_
@@ -29,7 +29,7 @@ archives:
29
# use zip for windows archives
30
format_overrides:
31
- goos: windows
32
- format: zip
+ formats: [ 'zip' ]
33
34
changelog:
35
sort: asc
0 commit comments