This commit is contained in:
2019-08-13 22:27:37 +02:00
parent fde51cff62
commit a5e74216c1

View File

@@ -53,6 +53,7 @@ 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
git push origin --tags || exit 1
cd - || exit 1
# Minager
@@ -60,3 +61,4 @@ git add pom.xml
git add src/main/ts/src/environments/environment.prod.ts
git commit -m "Set version for next iteration: $NEXT_VERSION"
git push origin $BRANCH_NAME
git push origin --tags