From 7bb596bb21b8ce7b5d7fe091df6635356e7c4f0c Mon Sep 17 00:00:00 2001 From: OneSizeFitsQuorum Date: Fri, 13 Mar 2026 22:56:08 +0800 Subject: [PATCH] [Chore] remove ratis-pom version check when releasing Signed-off-by: OneSizeFitsQuorum --- dev-support/make_rc.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index 551508ecfe..42cadb07d6 100755 --- a/dev-support/make_rc.sh +++ b/dev-support/make_rc.sh @@ -96,10 +96,6 @@ mvnFun() { git reset --hard git clean -fdx mvnFun versions:set -DnewVersion="$RATISVERSION" -DprocessAllModules - if ! git diff --name-only | grep -q ratis-bom/pom.xml; then - echo 'ratis-bom not updated by `mvn versions:set`' >&2 - exit 1 - fi git commit --allow-empty -a -m "Change version for the version $RATISVERSION $RC" git config user.signingkey "${CODESIGNINGKEY}"