Skip to content

Commit 659792c

Browse files
authored
Merge pull request #28713 from QuLogic/release-guide
DOC: Add a few more notes to release guide
2 parents 054fa9c + 0e57cc4 commit 659792c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/devel/release_guide.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ prepare this list:
143143
--project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst
144144

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

148149
.. note::
149150

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

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

456457
git add *

0 commit comments

Comments
 (0)