diff --git a/bamboo-specs/scripts/git-tag.sh b/bamboo-specs/scripts/git-tag.sh index dc4aa16..6c49c00 100755 --- a/bamboo-specs/scripts/git-tag.sh +++ b/bamboo-specs/scripts/git-tag.sh @@ -68,6 +68,7 @@ else fi fi + if [[ $bamboo_planRepository_branchName =~ ^(hotfix/|bugfix/|feature/) ]] then newVersion=$(poetry version -s) @@ -75,5 +76,6 @@ else newVersion="$(poetry version -s)-dev" fi + echo "new build on $bamboo_planRepository_branchName with version: $newVersion" echo "gitTag=$newVersion" > git.tag diff --git a/pyproject.toml b/pyproject.toml index e78f3cb..f1c0697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyinfra" -version = "1.1.1a1" +version = "1.1.1a2" description = "" authors = ["Francisco Schulz "] license = "All rights reseverd"