Skip to content

Commit

Permalink
[hotfix] Fix create_release_branch.sh to use correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Nov 20, 2017
1 parent 983fded commit 92627b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasing/create_release_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd ..

target_branch=release-$NEW_VERSION
if [ "$RELEASE_CANDIDATE" != "none" ]; then
target_branch=$target_branch-$RELEASE_CANDIDATE
target_branch=$target_branch-rc$RELEASE_CANDIDATE
fi

git checkout -b $target_branch
Expand Down

0 comments on commit 92627b6

Please sign in to comment.