From: James Lowe Date: Wed, 7 May 2014 10:19:17 +0000 (+0100) Subject: CG: Updated Minor Release Checklist X-Git-Tag: release/2.19.6-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9257a01c00da955d8d7a9c0411af50a23c45c856;p=lilypond.git CG: Updated Minor Release Checklist To include the changing of the \version number of the two Welcome* files in the ly directory Currently this is hard coded. --- diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index 2bd0b68f8d..4dc75330d8 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -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