`git-merge' will merge all of the changes from the tip of
origin/release/unstable; there is no need to cherry-pick.
This also merges the release tag, which is a nice guidepost when viewing
git history.
6. switch back to master and get the updated news:
git checkout master
- git cherry-pick release/unstable
-
-NOTE: this only works on the last change to release/unstable; if
-you had to hack more things to get the release working, then
-you'll need to put the hash directly in there
+ git merge origin/release/unstable
7. update VERSION, commit, push.
VERSION = what you just did +0.0.1