adoroszlai commented on code in PR #1376:
URL: https://github.com/apache/ratis/pull/1376#discussion_r2934761484
##########
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"
Review Comment:
I see the empty commit, but I think it's unnecessary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]