Skip to content

Commit

Permalink
Replace deprecated changelog setting name
Browse files Browse the repository at this point in the history
Ref: https://goreleaser.com/deprecations/#changelogskip

Use `disable` with `true` instead of `skip` with `false`.
  • Loading branch information
HeavyWombat committed Feb 6, 2024
1 parent 7834383 commit 6dead05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release:
name_template: "{{.ProjectName}} release v{{.Version}}"

changelog:
skip: false
disable: true
sort: ""
filters:
exclude:
Expand Down

0 comments on commit 6dead05

Please sign in to comment.