diff options
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst b/doc/RELEASE_WALKTHROUGH.rst index 1157cae3f..9beec6e01 100644 --- a/doc/RELEASE_WALKTHROUGH.rst +++ b/doc/RELEASE_WALKTHROUGH.rst @@ -305,6 +305,7 @@ Once everything seems satisfactory, update, commit and upload the changes:: $ popd $ popd + Announce the release on numpy.org (skip for prereleases) -------------------------------------------------------- @@ -353,4 +354,8 @@ Checkout main and forward port the documentation changes:: $ git commit -a -m"REL: Update main after 1.21.0 release." $ git push origin HEAD +Only for new releases the version-switcher file ``doc/source/_static/versions.json`` +should now be updated to insert the new release after the "stable" entry and the +release of the "stable" entry fixed. This change only lives on the main branch. + Go to GitHub and make a PR. |