From: Graham Percival <graham@percival-music.ca>
Date: Thu, 8 Dec 2011 09:39:08 +0000 (-0800)
Subject: CG: put release update in staging
X-Git-Tag: release/2.15.22-1~28
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fbaac175adf2a7b9666eb92435eddb2cf35d486;p=lilypond.git

CG: put release update in staging
---

diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi
index ad6daf6340..aa133413fe 100644
--- a/Documentation/contributor/release-work.itexi
+++ b/Documentation/contributor/release-work.itexi
@@ -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