This commit is contained in:
2019-08-13 22:20:30 +02:00
parent 313c9fa696
commit fde51cff62

View File

@@ -42,18 +42,18 @@ echo 'Git tag for release freezing'
git tag $RELEASE_VERSION
cd ../minager-properties || exit 1
git tag $RELEASE_VERSION || exit 1
cd .. || exit 1
cd - || exit 1
echo 'Change files to next version'
setVersion $NEXT_VERSION
echo 'Git commit and push'
# Minager-properties
cd ../minager-properties
git add application-prod.yml
git commit -m "Set version for next iteration: $NEXT_VERSION"
git push origin $BRANCH_NAME
cd -
cd ../minager-properties || exit 1
git add application-prod.yml || exit 1
git commit -m "Set version for next iteration: $NEXT_VERSION" || exit 1
git push origin $BRANCH_NAME || exit 1
cd - || exit 1
# Minager
git add pom.xml