Skip to content

Commit

Permalink
ci: disable verification of removed deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 13, 2024
1 parent d66dff5 commit 6faead2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ module.exports = {
{
verifyConditionsCmd:
"ci/release/verify_conditions.sh ${options.dryRun}",
verifyReleaseCmd: "ci/release/verify_release.sh ${nextRelease.version}",
// TODO(cpcloud): re-enable once deprecation removals for 10.0 are merged
// verifyReleaseCmd: "ci/release/verify_release.sh ${nextRelease.version}",
prepareCmd: "ci/release/prepare.sh ${nextRelease.version}",
publishCmd: "ci/release/publish.sh"
}
Expand Down

0 comments on commit 6faead2

Please sign in to comment.