]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG: minor corrections to release process.
authorGraham Percival <graham@percival-music.ca>
Fri, 2 Apr 2010 05:53:20 +0000 (06:53 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 2 Apr 2010 05:53:20 +0000 (06:53 +0100)
Documentation/contributor/release-work.itexi

index 867e0b9748382169cef9f9c05997f25ebfb3986e..146fcc45b788f0ff4b33be4bb555f05844f9125b 100644 (file)
@@ -98,8 +98,6 @@ Commit, push, switch back to master:
 @example
 git commit -m "Release: update news." Documentation/web/
 git push origin
-git checkout master
-git merge release/unstable
 @end example
 
 @item (optional) Check that lilypond builds from scratch in an
@@ -149,7 +147,7 @@ from the rsync command in @file{test-lily/rsync-lily-doc.py} and
 @item Upload GUB by running:
 
 @example
-make lilypond-upload LILYPOND_BRANCH=master LILYPOND_REPO_URL=git://git.sv.gnu.org/lilypond.git
+make lilypond-upload LILYPOND_BRANCH=release/unstable LILYPOND_REPO_URL=git://git.sv.gnu.org/lilypond.git
 @end example
 
 @noindent