Improve instructions for providing the tag being built.

This commit is contained in:
Jarno Rantanen 2020-03-10 12:21:29 +02:00
parent f98837b0d0
commit 2e74cab483

View File

@ -74,7 +74,11 @@ function unmountSdCard {
fi
}
question "Enter version (e.g. \"1.2.3\") being built (without \"v\" prefix):"
question "Enter version (e.g. \"1.2.3\") being built"
echo "Omit the \"v\" prefix, it'll be added where needed"
echo "For alpha/beta builds, use a \"-betaN\" suffic"
echo "For RC builds, DO NOT use any suffix, as then the same image can't be promoted to stable without rebuilding"
echo "Enter version:"
read TAG
working "Updating version file"