From ebb7e35a8a705baf90ea2155eb6c082155348ebe Mon Sep 17 00:00:00 2001 From: Alexandr Hacicheant Date: Mon, 22 Jul 2024 17:10:07 +0300 Subject: [PATCH] Fixed CI `GoReleaser` step: Updated `changelog` configuration --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index be7b5b7..855310e 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 @@ -53,4 +54,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true + disable: true