Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dev-support/make_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Loading