We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce65808 commit efb8ae9Copy full SHA for efb8ae9
.goreleaser.yml
@@ -1,5 +1,3 @@
1
-project_name: goreleaser-test
2
-
3
env:
4
- COSIGN_EXPERIMENTAL=true
5
@@ -11,7 +9,8 @@ gomod:
11
9
proxy: true
12
10
13
builds:
14
- - binary: goreleaser-test
+ - id: binary
+ binary: goreleaser-test
15
16
- CGO_ENABLED=0
17
goos:
@@ -26,10 +25,14 @@ builds:
26
25
- -s -w -X "main.version={{ .Tag }}"
27
28
archives:
29
- - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ - id: archive
+ name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
30
31
checksum:
32
name_template: "checksums.txt"
33
+ ids:
34
+ - binary
35
+ - archive
36
37
signs:
38
- cmd: cosign
0 commit comments