This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new cbd9e6b4d RATIS-2437. make_rc.sh version check prevents releasing
subsequent RCs (#1376)
cbd9e6b4d is described below
commit cbd9e6b4d468c6ac210859d8e359831c16a4fe03
Author: Potato <[email protected]>
AuthorDate: Wed Mar 18 09:46:57 2026 +0800
RATIS-2437. make_rc.sh version check prevents releasing subsequent RCs
(#1376)
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}"