From: Graham Percival Date: Mon, 15 Mar 2010 15:49:45 +0000 (+0000) Subject: Doc: CG: cut&paste for bumping version. X-Git-Tag: release/2.13.17-1~68^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=529c7152c15950c64e1d6e25ecf56b61a4bc8f42;p=lilypond.git Doc: CG: cut&paste for bumping version. --- 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: