We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25bfdf5 + 591d7d4 commit c58ea0dCopy full SHA for c58ea0d
1 file changed
.goreleaser.yml
@@ -17,16 +17,17 @@ builds:
17
-X main.commit={{.Commit}}
18
-X main.date={{.CommitDate}}
19
release:
20
+ draft: true
21
github:
22
owner: NETWAYS
23
name: check_elasticsearch
24
archives:
25
- format: binary
- replacements:
26
- darwin: Darwin
27
- linux: Linux
28
- windows: Windows
29
- amd64: x86_64
+ name_template: >-
+ {{- if eq .Arch "amd64" }}x86_64{{ end }}
+ {{- if eq .Os "linux" }}Linux{{ end }}
+ {{- if eq .Os "windows" }}Windows{{ end }}
30
+ {{- if eq .Os "darwin" }}Darwin{{ end }}
31
checksum:
32
name_template: 'checksums.txt'
33
snapshot:
0 commit comments