From 0a6d44e8f5a9da036ac1dbb796c4fdaeb2453bdc Mon Sep 17 00:00:00 2001 From: Christoph Witzko Date: Wed, 14 Feb 2024 10:20:26 +0100 Subject: [PATCH] chore: fix linter errors --- pkg/hooks/goreleaser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hooks/goreleaser.go b/pkg/hooks/goreleaser.go index 78b1842..4823bdc 100644 --- a/pkg/hooks/goreleaser.go +++ b/pkg/hooks/goreleaser.go @@ -57,7 +57,7 @@ func (gr *GoReleaser) Success(shConfig *hooks.SuccessHookConfig) error { ctx.Parallelism = gr.parallelism log.Infof("build parallelism is set to %d", ctx.Parallelism) ctx.Clean = true - ctx.Config.Changelog.Skip = "true" // never generate changelog + ctx.Config.Changelog.Disable = "true" // never generate changelog ctx.Version = newVersion ctx.Git = context.GitInfo{