From aff5df6945030eb31e7efc3ca4ed14777858b9ec Mon Sep 17 00:00:00 2001 From: Shawn Smith <80111+shawnps@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:19:14 +0900 Subject: [PATCH] .goreleaser.yml: add "version: 2" and change changelog.skip to changelog.disable (https://goreleaser.com/deprecations/\?h\=changelog+skip\#changelogskip) --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 463d249..d68108a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -51,4 +52,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true \ No newline at end of file + disable: true