From 09ac9d24f2aa2789f1cd843df16e9073a7795934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 18 Oct 2024 19:13:47 +0200 Subject: [PATCH] fix: update goreleaser config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MÃ¥rten Svantesson --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fdec38d704..938a495e7d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 env: - GO111MODULE=on - CGO_ENABLED=0 @@ -56,7 +57,7 @@ checksum: changelog: # set it to true if you wish to skip the changelog generation - skip: true + disable: true release: # If set to true, will not auto-publish the release.