We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6993836 commit 3ba0f1dCopy full SHA for 3ba0f1d
1 file changed
.goreleaser.yml
@@ -24,7 +24,8 @@ release:
24
owner: NETWAYS
25
name: check_prometheus
26
archives:
27
- - format: binary
+ - formats:
28
+ - binary
29
name_template: >-
30
{{ .ProjectName }}_{{ .Tag }}_
31
{{- if eq .Os "linux" }}Linux{{ end }}
@@ -35,7 +36,7 @@ archives:
35
36
checksum:
37
name_template: 'checksums.txt'
38
snapshot:
- name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
39
+ version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
40
changelog:
41
sort: asc
42
filters:
0 commit comments