From b3dabab6b1ec937c04fa8da865399d8c87e92fde Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 18 Jun 2024 16:08:59 -0400 Subject: [PATCH] fix(goreleaser): fix config issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` $ goreleaser check тип command failed error=yaml: unmarshal errors: line 37: field skip not found in type config.Changelog ``` Signed-off-by: Rui Chen --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1771e428d6..52d450ba21 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,7 +34,7 @@ checksum: name_template: "checksums.txt" changelog: - skip: true + disable: true release: # If set to true, will not auto-publish the release.