Skip to content

Commit

Permalink
Fix configuraiton file in goreleaser.yml
Browse files Browse the repository at this point in the history
archives.rlcp is no longer needed:
https://goreleaser.com/deprecations#archivesrlc

Signed-off-by: Daniel Jiang <[email protected]>
  • Loading branch information
reasonerjt committed May 27, 2024
1 parent 9164bc9 commit b7cac26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ archives:
files:
- LICENSE
- examples/**/*
# Add the setting to resolve the DEPRECATED warning. Actually, Velero's case is not affected by the rlcp behavior change.
# https://github.com/orgs/goreleaser/discussions/3659#discussioncomment-4587257
rlcp: true
checksum:
name_template: 'CHECKSUM'
release:
Expand Down

0 comments on commit b7cac26

Please sign in to comment.