We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461da7b commit a91b1aeCopy full SHA for a91b1ae
.goreleaser.yml
@@ -1,4 +1,5 @@
1
report_sizes: false
2
+version: 2
3
4
builds:
5
- env:
@@ -35,7 +36,7 @@ builds:
35
36
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
37
38
archives:
- - format: binary
39
+ - formats: [binary]
40
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
41
42
checksum:
@@ -50,7 +51,7 @@ sboms:
50
51
- artifacts: binary
52
53
snapshot:
- name_template: "{{ incpatch .Version }}-rc"
54
+ version_template: "{{ incpatch .Version }}-rc"
55
56
release:
57
draft: true
0 commit comments