From f34d6e9dbcb111ef2f2a44880cb7d59714a9050b Mon Sep 17 00:00:00 2001 From: OneSizeFitQuorum Date: Sat, 14 Sep 2024 19:15:47 +0800 Subject: [PATCH] finish Signed-off-by: OneSizeFitQuorum --- dev-support/make_rc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index fa6a2662a4..dc56af595d 100755 --- a/dev-support/make_rc.sh +++ b/dev-support/make_rc.sh @@ -96,7 +96,7 @@ prepare-src() { git reset --hard git clean -fdx mvnFun versions:set -DnewVersion="$RATISVERSION" - git commit -a -m "Change version for the version $RATISVERSION $RC" + git commit --allow-empty -a -m "Change version for the version $RATISVERSION $RC" git config user.signingkey "${CODESIGNINGKEY}" git tag -s -m "Release $RATISVERSION $RC" ratis-"${RATISVERSION}${RC}" @@ -147,7 +147,7 @@ publish-svn() { publish-mvn(){ cd "$projectdir" - mvnFun -X clean deploy -DskipTests=true -Prelease -Papache-release -Dgpg.keyname="${CODESIGNINGKEY}" + mvnFun clean deploy -DskipTests=true -Prelease -Papache-release -Dgpg.keyname="${CODESIGNINGKEY}" } if [ "$#" -ne 1 ]; then