Skip to content

Commit 3ba0f1d

Browse files
author
Lorenz Kästle
committed
Update goreleaser config to new version
1 parent 6993836 commit 3ba0f1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ release:
2424
owner: NETWAYS
2525
name: check_prometheus
2626
archives:
27-
- format: binary
27+
- formats:
28+
- binary
2829
name_template: >-
2930
{{ .ProjectName }}_{{ .Tag }}_
3031
{{- if eq .Os "linux" }}Linux{{ end }}
@@ -35,7 +36,7 @@ archives:
3536
checksum:
3637
name_template: 'checksums.txt'
3738
snapshot:
38-
name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
39+
version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
3940
changelog:
4041
sort: asc
4142
filters:

0 commit comments

Comments
 (0)