]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: Updated Minor Release Checklist
authorJames Lowe <pkx166h@gmail.com>
Wed, 7 May 2014 10:19:17 +0000 (11:19 +0100)
committerJames Lowe <pkx166h@gmail.com>
Wed, 7 May 2014 14:25:33 +0000 (15:25 +0100)
To include the changing of the \version number of the two

Welcome* files in the ly directory

Currently this is hard coded.

Documentation/contributor/release-work.itexi

index 2bd0b68f8d52ae2fafb2bee3a8a5657b3a6364a8..4dc75330d8203b9caec327d4cdc7b39c925968d0 100644 (file)
@@ -109,11 +109,18 @@ VERSION_STABLE = the current stable version (probably no change here)
 
 @end itemize
 
+@item
+Manually edit the two files @file{../ly/Welcome_to_LilyPond.ly} and
+@file{../ly/Welcome-to-LilyPond-MacOS.ly} such that the hard coded
+@code{\version} number reflects the version number about to be released.
+
 @item
 Commit, push, switch back to master (or wherever else):
 
 @example
 git commit -m "Release: bump VERSION_DEVEL." VERSION
+git commit -m "Release: bump VERSION_DEVEL." ly/Welcome_to_LilyPond.ly
+git commit -m "Release: bump VERSION_DEVEL." ly/Welcome-to-LilyPond-MacOS.ly
 git commit -m "PO: update template." po/lilypond.pot
 git commit -m "Release: update news." Documentation/web/
 git push origin HEAD:release/unstable