1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Require confirmation when doing proper release when intending to make an RC (#2540)

This commit is contained in:
Michael Telatynski
2022-07-27 09:12:57 +01:00
committed by GitHub
parent e91b879a69
commit 1f7e80c68d

View File

@@ -121,6 +121,8 @@ echo $release | grep -q '-' && prerelease=1
if [ $prerelease -eq 1 ]; then
echo Making a PRE-RELEASE
else
read -p "Making a FINAL RELEASE, press enter to continue " REPLY
fi
# We might already be on the release branch, in which case, yay