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 bb8c189 commit 5124452Copy full SHA for 5124452
scripts/version_validation.sh
@@ -16,7 +16,7 @@ msg_log(){
16
fi
17
}
18
19
-if [[ $_RELEASE_VERSION =~ ^[0-9]{1,}(\.[0-9]*)*(\.(a|b|rc)[0-9]{1,}|(\.post[0-9]{1,})|(\.dev[0-9]{1,})){0,1}$ ]]; then
+if [[ $_RELEASE_VERSION =~ ^[0-9]{1,}(\.[0-9]*)*(\.[0-9]{1,}(a|b|rc)[0-9]{1,}|(\.post[0-9]{1,})|(\.dev[0-9]{1,})){0,1}$ ]]; then
20
msg_log "Passed - Release version is valid - $_RELEASE_VERSION"
21
echo "$_RELEASE_VERSION"
22
else
0 commit comments