From 017d051f9440484e7e369846de1b3de4620916f2 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Tue, 5 Aug 2014 01:02:07 -0500 Subject: [PATCH] Clarify release procedure doc --- RELEASE.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index de90a580..90e830b9 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -5,12 +5,15 @@ How to make a new release of ``skimage`` - Update release notes. - - To show a list of contributors and changes, run - ``doc/release/contribs.py ``. + 1. Review and cleanup ``doc/release/release_dev.txt`` - - Review and cleanup ``doc/release/release_dev.txt``, rename to - ``doc/release/release_X.txt``, and create new - ``doc/release/release_dev.txt``. + - To show a list of contributors and changes, run + ``doc/release/contribs.py ``. + + 2. Rename to ``doc/release/release_X.txt`` + + 3. Copy ``doc/release/release_template.txt`` to + ``doc/release/release_dev.txt`` for the next release. - Update the version number in ``setup.py`` and ``bento.info`` and commit