From bbb20f8aa1f18807b6a62a892cb5de418c382f85 Mon Sep 17 00:00:00 2001 From: LAJ <33546098+lesleyannjordan@users.noreply.github.com> Date: Thu, 1 Mar 2018 09:01:01 +0000 Subject: [PATCH] Fix automatic version bump for v0.16.x branch (#3128) (#3503) Contributes to #3128 Signed-off-by: lesleyannj --- .travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 8d46b2992c..f269cef49f 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -222,7 +222,7 @@ elif [[ "${BUILD_RELEASE}" = "stable" ]]; then # Configure the Git repository and clean any untracked and unignored build files. git config user.name "${GH_USER_NAME}" git config user.email "${GH_USER_EMAIL}" - git checkout -b master + git checkout -b v0.16.x upstream/v0.16.x git reset --hard git clean -d -f