update version tag manually
This commit is contained in:
parent
3ccb1d2370
commit
9c4cf3d220
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user