diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-09-13 15:58:48 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-09-13 15:59:17 -0500 |
commit | 3d4e5e9e5ff932c72a1f44368c724c120522334a (patch) | |
tree | 4cf830de16484c8e8ef83ef050c9156a67b3e544 | |
parent | 7edcca10800da50c59b6e95580ed3b0a8983afae (diff) | |
download | numpy-3d4e5e9e5ff932c72a1f44368c724c120522334a.tar.gz |
DOC: Small fixups for the release walkthrough
Silence CI failures due to small rst issues.
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt index 155f77c25..7d218bb20 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst.txt @@ -33,7 +33,7 @@ forward ported to the main branch. Generate the changelog ~~~~~~~~~~~~~~~~~~~~~~ -The changelog is generated using the changelog tool: +The changelog is generated using the changelog tool:: $ python tools/changelog.py $GITHUB v1.20.0..maintenance/1.21.x > doc/changelog/1.21.0-changelog.rst @@ -50,7 +50,7 @@ Finish the release notes ~~~~~~~~~~~~~~~~~~~~~~~~ If this is the first release in a series the release note is generated, see - the release note in ``doc/release/upcoming_changes/README.rst`` to see how to +the release note in ``doc/release/upcoming_changes/README.rst`` to see how to do this. Generating the release notes will also delete all the news fragment files in ``doc/release/upcoming_changes/``. |