From 9257a01c00da955d8d7a9c0411af50a23c45c856 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Wed, 7 May 2014 11:19:17 +0100 Subject: [PATCH] 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. --- Documentation/contributor/release-work.itexi | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5