From a5e74216c1d46a1c66d904e6bae1e9287b621230 Mon Sep 17 00:00:00 2001 From: takiguchi Date: Tue, 13 Aug 2019 22:27:37 +0200 Subject: [PATCH] Test2 --- src/main/bash/do-release.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/bash/do-release.bash b/src/main/bash/do-release.bash index 877a56c..1d12b87 100755 --- a/src/main/bash/do-release.bash +++ b/src/main/bash/do-release.bash @@ -53,10 +53,12 @@ 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 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 \ No newline at end of file +git push origin $BRANCH_NAME +git push origin --tags \ No newline at end of file