From 13d37035377053e726fc070cee427a7029a87088 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:44:06 +0200 Subject: [PATCH] Rename deprecated options in GoReleaser config Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f4d444b..07afe71 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -37,7 +37,8 @@ builds: ldflags: - -s -w -X github.com/telekom-mms/oc-daemon/internal/daemon.Version={{.Version}}-{{.Commit}} archives: - - format: tar.gz + - formats: + - tar.gz wrap_in_directory: true files: - src: init/oc-daemon.service @@ -62,7 +63,7 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-n{{ .Timestamp }}" + version_template: "{{ incpatch .Version }}-n{{ .Timestamp }}" changelog: sort: asc filters: