Change back to master after merging to STABLE/TESTING.

This commit is contained in:
Michal Čihař
2010-08-20 13:56:28 +02:00
parent 86baee8d4e
commit 272c57cdba

View File

@@ -232,6 +232,7 @@ if [ $# -gt 0 ] ; then
mark_as_release $branch TESTING mark_as_release $branch TESTING
mark_as_release $branch STABLE mark_as_release $branch STABLE
fi fi
git checkout master
fi fi
echo " Dont forget to push tags using: git push --tags" echo " Dont forget to push tags using: git push --tags"
;; ;;