update regex
This commit is contained in:
parent
28ee14e92f
commit
b0efed4007
@ -55,7 +55,7 @@ then
|
|||||||
fi
|
fi
|
||||||
newVersion="$(poetry version -s)"
|
newVersion="$(poetry version -s)"
|
||||||
echo "new release on master with version: $newVersion"
|
echo "new release on master with version: $newVersion"
|
||||||
elif [[ "$bamboo_planRepository_branchName" =~ "release*|hotfix*|bugfix*|feature*" ]]
|
elif [[ "$bamboo_planRepository_branchName" =~ ˆ(release/|hotfix/|bugfix/|feature/) ]]
|
||||||
then
|
then
|
||||||
if check_poetry_version
|
if check_poetry_version
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user