Skip to content

Commit

Permalink
fix(goreleaser): fix config issue
Browse files Browse the repository at this point in the history
```
$ goreleaser check
  ⨯ command failed                                   error=yaml: unmarshal errors:
  line 37: field skip not found in type config.Changelog
```

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jun 18, 2024
1 parent a05bec2 commit b3dabab
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 @@ -34,7 +34,7 @@ checksum:
name_template: "checksums.txt"

changelog:
skip: true
disable: true

release:
# If set to true, will not auto-publish the release.
Expand Down

0 comments on commit b3dabab

Please sign in to comment.