diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 00ce200..39ca093 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,7 +24,8 @@ release: owner: NETWAYS name: check_vspheredb_data archives: - - format: binary + - formats: + - binary name_template: >- {{ .ProjectName }}_{{ .Tag }}_ {{- if eq .Os "linux" }}Linux{{ end }} @@ -34,10 +35,10 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' + version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' changelog: sort: asc filters: exclude: - '^docs:' - - '^test:' \ No newline at end of file + - '^test:'