summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-04-16 13:59:17 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-04-16 14:37:25 -0600
commit75664b3368e73825409d523743fcaa7690ae0297 (patch)
tree40140f867fc11a3af675e8299c17cc002ac00f6c /doc
parentbc59c81e55c0ae184be9ab3859dc6df41dab937c (diff)
downloadnumpy-75664b3368e73825409d523743fcaa7690ae0297.tar.gz
MAINT: Update towncrier version in install and notes
We were installing towncrier from the github master branch because there had been no releases with the needed fixes. That has changed with the recent release of versions 19.9.0 and 21.3.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO_RELEASE.rst.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index c64a36691..9af58dd24 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -258,10 +258,8 @@ Check the release notes
Use `towncrier`_ to build the release note and
commit the changes. This will remove all the fragments from
``doc/release/upcoming_changes`` and add ``doc/release/<version>-note.rst``.
-Note that currently towncrier must be installed from its master branch as the
-last release (19.2.0) is outdated.
- towncrier --version "<version>"
+ towncrier build --version "<version>"
git commit -m"Create release note"
Check that the release notes are up-to-date.
@@ -275,7 +273,7 @@ following:
- for SciPy, supported NumPy version(s)
- outlook for the near future
-.. _towncrier: https://github.com/hawkowl/towncrier
+.. _towncrier: https://pypi.org/project/towncrier/
Update the release status and create a release "tag"