Skip to content

Commit 87e3b4b

Browse files
author
Lorenz Kästle
committed
Update goreleaser config to new version
1 parent b7e30f4 commit 87e3b4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ release:
2121
owner: NETWAYS
2222
name: notify-brevisone
2323
archives:
24-
- format: binary
24+
- formats:
25+
- binary
2526
name_template: >-
2627
{{ .ProjectName }}_{{ .Tag }}_
2728
{{- if eq .Os "linux" }}Linux{{ end }}
@@ -31,7 +32,7 @@ archives:
3132
checksum:
3233
name_template: 'checksums.txt'
3334
snapshot:
34-
name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
35+
version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
3536
changelog:
3637
sort: asc
3738
filters:

0 commit comments

Comments
 (0)