diff --git a/.goreleaser.yml b/.goreleaser.yml index 03fc3c9..c0ed959 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,7 +21,8 @@ release: owner: NETWAYS name: netways-ido-cleanup archives: - - format: binary + - formats: + - binary name_template: >- {{ .ProjectName }}_{{ .Tag }}_ {{- if eq .Os "linux" }}Linux{{ end }} @@ -31,7 +32,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' + version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' changelog: sort: asc filters: