From 2e0c35ea6588d522f3c4374af4d62b672cc2e9c4 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 24 May 2017 12:33:33 -0400 Subject: [PATCH] DO NOT version bump after tagging The patch command should only handle tagging. We'll be using a job for automated version bumping moving forward. Change-Id: If43c3099961401b46fa045583c138b070dbfd1a2 Signed-off-by: Thanh Ha --- shell/version | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/shell/version b/shell/version index 4c8f432e..8e521d8b 100755 --- a/shell/version +++ b/shell/version @@ -170,14 +170,7 @@ version_patch() { git tag -asm "$PROJECT $RELEASE_TAG release" "release/${RELEASE_TAG,,}" find . -name pom.xml -print0 | xargs -0 grep SNAPSHOT - git checkout "${STABLE_BRANCH}" - # Release and then Bump so that the version.sh script creates the right patches - version_release "$RELEASE_TAG" - version_bump "$RELEASE_TAG" - git commit -asm "Bumping versions by x.y.(z+1) for next dev cycle" - find . -name pom.xml -print0 | xargs -0 grep "$RELEASE_TAG" - - echo "Tagging and version bumping complete" + echo "Tagging complete" } # Only run the script if it is being called directly and not sourced. -- 2.16.6