From 529c7152c15950c64e1d6e25ecf56b61a4bc8f42 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 15 Mar 2010 15:49:45 +0000 Subject: [PATCH] Doc: CG: cut&paste for bumping version. --- Documentation/contributor/release-work.itexi | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index 929a099886..129e3be633 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -173,15 +173,22 @@ git checkout master git merge release/unstable @end example -@item Update @file{VERSION} in lilypond git: +@item Update @file{VERSION} in lilypond git and upload changes: -@example +@quotation +@quotation VERSION = what you just did +0.0.1 DEVEL_VERSION = what you just did (i.e. is now online) STABLE_VERSION = what's online +@end quotation +@end quotation + +@example +vi VERSION +git commit -m "Release: bump version." VERSION +git push origin @end example -@item Push changes. @item (for now) do a @code{make doc} and manually upload: -- 2.39.5