From 5e698a034e7b9d03a9edbbc1c1616b27fc051a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Wed, 7 Jan 2026 14:27:30 +0100 Subject: [PATCH] Update goreleaser config to new version --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: