We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e30f4 commit 87e3b4bCopy full SHA for 87e3b4b
.goreleaser.yml
@@ -21,7 +21,8 @@ release:
21
owner: NETWAYS
22
name: notify-brevisone
23
archives:
24
- - format: binary
+ - formats:
25
+ - binary
26
name_template: >-
27
{{ .ProjectName }}_{{ .Tag }}_
28
{{- if eq .Os "linux" }}Linux{{ end }}
@@ -31,7 +32,7 @@ archives:
31
32
checksum:
33
name_template: 'checksums.txt'
34
snapshot:
- name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
35
+ version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}'
36
changelog:
37
sort: asc
38
filters:
0 commit comments