Skip to content

DOC: Add a few more notes to release guide #28713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/devel/release_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ prepare this list:
--project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst

3. Review and commit changes. Some issue/PR titles may not be valid reST (the most
common issue is ``*`` which is interpreted as unclosed markup).
common issue is ``*`` which is interpreted as unclosed markup). Also confirm that
``codespell`` does not find any issues.

.. note::

Expand Down Expand Up @@ -450,7 +451,7 @@ which will copy the built docs over. If this is a final release, link the
rm stable
ln -s 3.7.0 stable

You will also need to edit :file:`sitemap.xml` to include
You will also need to edit :file:`sitemap.xml` and :file:`versions.html` to include
the newly released version. Now commit and push everything to GitHub ::

git add *
Expand Down
Loading