update version tag manually

This commit is contained in:
Francisco Schulz 2022-11-14 17:04:30 +01:00
parent 3ccb1d2370
commit 9c4cf3d220
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyinfra"
version = "1.1.1a1"
version = "1.1.1a2"
description = ""
authors = ["Francisco Schulz <francisco.schulz@iqser.com>"]
license = "All rights reseverd"