From a8ade1fb50d138d694b65cbd7641bdcd2e717291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Wed, 7 Jan 2026 17:09:49 +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 10248ee..99141d5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -23,7 +23,8 @@ release: owner: NETWAYS name: check_logstash archives: - - format: binary + - formats: + - binary name_template: >- {{ .ProjectName }}_{{ .Tag }}_ {{- if eq .Os "linux" }}Linux{{ end }} @@ -33,7 +34,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' + version_template: '{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}' changelog: sort: asc filters: