From 4569a9f48ab549400ef7592a6397d545596fa692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Wed, 7 Jan 2026 17:12:35 +0100 Subject: [PATCH] Update goreleaser config to new version --- .goreleaser.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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:'