diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-06-07 17:09:18 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-06-07 17:09:18 +0000 |
commit | f6c74bd9035dfbdd292c75db238eb304ea790ada (patch) | |
tree | 1587d80dada546c7ee1599b3606774ff60eee51c | |
parent | 22357e639f2793ca3f2e75ef3b96c70cc406343f (diff) | |
download | numpy-f6c74bd9035dfbdd292c75db238eb304ea790ada.tar.gz |
DOC: add release notes check to HOWTO_RELEASE.
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index b1be6ce47..06ace7b3a 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -194,6 +194,16 @@ best to read the pavement.py script. .. note:: The following steps are repeated for the beta(s), release candidates(s) and the final release. +Check the release notes +----------------------- +Check that the release notes are up-to-date, and mention at least the +following: +- major new features +- deprecated and removed features +- supported Python versions +- for SciPy, supported NumPy version(s) +- outlook for the near future + Create the release "tag" ------------------------ :: |