Skip to content

Commit

Permalink
fix: Avoid deprecated properties in goreleaser integration config
Browse files Browse the repository at this point in the history
`changelog.skip` has been deprecated in favor of `changelog.disable` since 2024-01-14

cf. https://goreleaser.com/deprecations/#changelogskip
  • Loading branch information
reitzig authored Feb 1, 2024
1 parent fbc3daa commit 2b70950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/integrations/goreleaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First make sure GoReleaser will even generate any changelog by setting skip to f

```yaml
changelog:
skip: false
disable: false
```
By default GoReleaser expects to release the current tag but we can let GitHub
Expand Down

0 comments on commit 2b70950

Please sign in to comment.