]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/release-work.itexi
CG: add gitk to 'push to staging' instructions
[lilypond.git] / Documentation / contributor / release-work.itexi
index ec31472083d65e176c7453ba73fd8ec9c2798ccf..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
 
 
@@ -309,6 +309,15 @@ previous contributors in:
 Documentation/included/authors.itexi
 @end example
 
+Also, delete old material in:
+
+@example
+Documentation/changes.tely
+@end example
+
+but don't forget to check it still compiles!  also update the
+version numbers.
+
 @item
 Website: