This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch release-3.2.2 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit a0675322df2479b2e3820fd2e9ac7349ad58ce40 Author: OneSizeFitsQuorum <[email protected]> AuthorDate: Fri Mar 13 22:56:08 2026 +0800 [Chore] remove ratis-pom version check when releasing Signed-off-by: OneSizeFitsQuorum <[email protected]> --- 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 551508ecf..42cadb07d 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}"
