Skip to content

Commit

Permalink
doc: Add changing RTD version to checklist (pytest-dev#9606)
Browse files Browse the repository at this point in the history
I still think it makes sense to always serve docs from the release branch (rather than the latest tagged release), but that means we need to update it on new releases.
  • Loading branch information
The-Compiler committed Feb 4, 2022
1 parent 57f8f5d commit 77a38a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASING.rst
Expand Up @@ -160,6 +160,8 @@ Both automatic and manual processes described above follow the same steps from t
git tag MAJOR.{MINOR+1}.0.dev0
git push upstream MAJOR.{MINOR+1}.0.dev0

#. For major and minor releases, change the default version in the `Read the Docs Settings <https://readthedocs.org/dashboard/pytest/advanced/>`_ to the new branch.

#. Send an email announcement with the contents from::

doc/en/announce/release-<VERSION>.rst
Expand Down

0 comments on commit 77a38a3

Please sign in to comment.