From 0ecd99a50eb5424ca045b78bb555453b49f44c64 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 26 Jul 2009 10:08:21 +0200 Subject: Version up to 0.8.2-HEAD as I just published. --- doc/publishing.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/publishing.txt b/doc/publishing.txt index 326e5862..aa47e9aa 100644 --- a/doc/publishing.txt +++ b/doc/publishing.txt @@ -5,3 +5,11 @@ git tag v0.8.1 git push git push --tags ant publish + +Then, up the version number again, to v0.8.2-HEAD, and run: +ant website + +and publish the website. Or, at least: +ant changelogToHtml + +and publish build/website/changelog.html -- cgit