From eb3d218fb10e96c62ad472f868b5090728f281d9 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 8 Feb 2012 01:41:14 -0800 Subject: [PATCH] PKG: Update release instructions to update doc versions javascript. --- RELEASE.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 87334d74..9fcc6d1c 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -3,7 +3,10 @@ How to make a new release of ``skimage`` - Update release notes. - Update the version number in setup.py and commit -- Update the docs and api, push upstream using "make gh-pages" +- Update the docs: + - Edit ``doc/_source/_static/docversions.js`` + - Build a clean version of the docs with ``rm build -rf; make html``. + - Push upstream using "make gh-pages" - Add the version number as a tag in git:: git tag v0.5 @@ -21,5 +24,5 @@ How to make a new release of ``skimage`` - Update the web frontpage. The webpage is kept in a separate repo: scikits-image-web -- Post release notes on mailing lists. +- Post release notes on mailing lists, blog, G+, etc.