Skip to content

Commit

Permalink
chore: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 14, 2024
1 parent 5e20d23 commit 0a6d44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hooks/goreleaser.go
Expand Up @@ -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{
Expand Down

0 comments on commit 0a6d44e

Please sign in to comment.