Skip to content

Commit 0a6d44e

Browse files
chore: fix linter errors
1 parent 5e20d23 commit 0a6d44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hooks/goreleaser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (gr *GoReleaser) Success(shConfig *hooks.SuccessHookConfig) error {
5757
ctx.Parallelism = gr.parallelism
5858
log.Infof("build parallelism is set to %d", ctx.Parallelism)
5959
ctx.Clean = true
60-
ctx.Config.Changelog.Skip = "true" // never generate changelog
60+
ctx.Config.Changelog.Disable = "true" // never generate changelog
6161

6262
ctx.Version = newVersion
6363
ctx.Git = context.GitInfo{

0 commit comments

Comments
 (0)