]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: put release update in staging
authorGraham Percival <graham@percival-music.ca>
Thu, 8 Dec 2011 09:39:08 +0000 (01:39 -0800)
committerDavid Kastrup <dak@gnu.org>
Thu, 8 Dec 2011 15:30:32 +0000 (16:30 +0100)
Documentation/contributor/release-work.itexi

index ad6daf63404355e7328fec3f68b795c7a69a1c03..aa133413fe7a808df7448d2a82b9dceb6224d18b 100644 (file)
@@ -183,7 +183,7 @@ make lilypond-upload \
 @item Switch back to master and get the updated news:
 
 @example
-git checkout master
+git checkout origin/staging
 git merge release/unstable
 @end example
 
@@ -207,7 +207,7 @@ STABLE_VERSION = what's online (probably no change here)
 
 @example
 git commit -m "Release: bump version." VERSION
-git push origin
+git push origin HEAD:staging
 @end example