From e70cd1af4d88029b936fdfcc7f57497a1c773664 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 17 Sep 2011 11:50:10 -0700 Subject: [PATCH] DOC: Update release instructions. --- RELEASE.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 9e5e27f6..e53fa6cd 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -2,10 +2,10 @@ How to make a new release of ``scikits.image`` ============================================== - Update the version number in setup.py and commit -- Update the docs and api, push upstream using the "push_github" script +- Update the docs and api, push upstream using "make gh-pages" - Add the version number as a tag in git:: - git tag v0.1 + git tag v0.5 - Push the new meta-data to github:: @@ -19,3 +19,6 @@ How to make a new release of ``scikits.image`` - Increase the version number in the setup.py file to ``0.Xdev``. +- Update the web frontpage. + The webpage is kept in a separate repo: scikits.image-web +