From 4bd6ee867f395c305dd5bdf67051035360559611 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Thu, 10 Nov 2022 16:52:11 +0100 Subject: [PATCH] fix circumflex formatting --- bamboo-specs/scripts/git-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/scripts/git-tag.sh b/bamboo-specs/scripts/git-tag.sh index bc11e47..07b6ff0 100755 --- a/bamboo-specs/scripts/git-tag.sh +++ b/bamboo-specs/scripts/git-tag.sh @@ -55,7 +55,7 @@ then fi newVersion="$(poetry version -s)" 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 if check_poetry_version then