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 cf871eb commit 5ec2173Copy full SHA for 5ec2173
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" ]] || [[ "$VERSION" =~ "beta" ]]; then
+if [[ "$VERSION" =~ "alpha" ]] || [[ "$VERSION" =~ "beta" ]]|| [[ "$VERSION" =~ "M" ]]; then
27
next_version=$(echo "$VERSION" | sed 's/-.*//')
28
29
0 commit comments