From 359e7703cc15adac28c232e0881bfdac0580d74e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 25 Sep 2012 15:50:18 -0700 Subject: [PATCH] PKG: Remember to check that random.js file is correctly generated. --- RELEASE.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index e024d57e..4821d68d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -6,9 +6,10 @@ How to make a new release of ``skimage`` - Update the docs: - Edit ``doc/source/themes/agogo/static/docversions.js`` and commit - Build a clean version of the docs. Run "make" in the root dir, then - ``rm build -rf; make html`` in the docs. + ``rm build -rf; make html`` in the docs. Make sure the random.js - Run ``make html`` again to copy the newly generated ``random.js`` into - place. + place. Double check ``random.js``, otherwise the skimage.org front + page gets broken! - Push upstream using "make gh-pages" - Add the version number as a tag in git::