-
Notifications
You must be signed in to change notification settings - Fork 91
fix: goreleaser deprecated options #1201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1201 +/- ##
=======================================
Coverage 76.22% 76.22%
=======================================
Files 71 71
Lines 3634 3634
=======================================
Hits 2770 2770
Misses 668 668
Partials 196 196 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
shizhMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Release pipeline with **warnings**: https://github.com/notaryproject/notation/actions/runs/13489436510/job/37685202798 Fix: - locked goreleaser version to v2 - added configuration `version: 2`: https://goreleaser.com/errors/version/?h=configuration+version#unsupported-configuration-version - updated deprecated - `format` option: https://goreleaser.com/deprecations/#archivesformat - `overrides.format` option: https://goreleaser.com/deprecations/#archivesformat_overridesformat Test: - tested release pipeline in forked repo --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Release pipeline with **warnings**: https://github.com/notaryproject/notation/actions/runs/13489436510/job/37685202798 Fix: - locked goreleaser version to v2 - added configuration `version: 2`: https://goreleaser.com/errors/version/?h=configuration+version#unsupported-configuration-version - updated deprecated - `format` option: https://goreleaser.com/deprecations/#archivesformat - `overrides.format` option: https://goreleaser.com/deprecations/#archivesformat_overridesformat Test: - tested release pipeline in forked repo --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Release pipeline with warnings: https://github.com/notaryproject/notation/actions/runs/13489436510/job/37685202798
Fix:
version: 2: https://goreleaser.com/errors/version/?h=configuration+version#unsupported-configuration-versionformatoption: https://goreleaser.com/deprecations/#archivesformatoverrides.formatoption: https://goreleaser.com/deprecations/#archivesformat_overridesformatTest: