We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bec86 commit 68fa5d3Copy full SHA for 68fa5d3
1 file changed
tools/prepare_release.sh
@@ -23,7 +23,7 @@ if git rev-parse "$VERSION" >/dev/null 2>&1; then
23
fi
24
25
next_version=""
26
-if [[ "$VERSION" =~ -(alpha|beta|M|rc)[0-9]*$ ]]; then
+if [[ "$VERSION" =~ -(alpha|beta|M|RC)[0-9]*$ ]]; then
27
next_version="${VERSION%%-*}"
28
29
0 commit comments