do not change to the masterbranch...

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-20 14:48:05 +01:00
parent f034ed6027
commit 8ed5f85f9d
1 changed files with 4 additions and 2 deletions

View File

@ -247,8 +247,10 @@ eof
"$0" release-git-tag
# Also merge back the version branch
git checkout master
git merge "$target_branch"
if [ "$masterbranch" = yes ]; then
git checkout master
git merge "$target_branch"
fi
# Publish git changes
make pub