From a4654b4b4517b1a049a27903d0a5951b333af35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 5 Mar 2013 08:51:30 +0100 Subject: [PATCH 1/2] Add mailing list adresses to release instructions --- RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index e42d1c85..dfde6209 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -51,6 +51,12 @@ How to make a new release of ``skimage`` - Post release notes on mailing lists, blog, G+, etc. + - scikit-image@googlegroups.com + - scipy-user@scipy.org + - scikit-learn-general@lists.sourceforge.net + - pythonvision@googlegroups.com + + Debian ------ From 631a3bc687322e8f9acfa8c935bf0b2515ac98cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 5 Mar 2013 08:55:37 +0100 Subject: [PATCH 2/2] Add release instruction to update dev docs --- RELEASE.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index dfde6209..1131a91a 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -49,6 +49,8 @@ How to make a new release of ``skimage`` - Build using ``make gh-pages``. - Push upstream: ``git push`` in ``gh-pages``. +- Update the development docs for the new version ``0.Xdev`` just like above + - Post release notes on mailing lists, blog, G+, etc. - scikit-image@googlegroups.com