Skip to content
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
4 changes: 4 additions & 0 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Both automatic and manual processes described above follow the same steps from t

#. Merge the PR. **Make sure it's not squash-merged**, so that the tagged commit ends up in the main branch.

#. For major and minor releases (or the first prerelease of it),
in the `ReadTheDocs admin page <https://app.readthedocs.org/projects/pytest/>`__, click "Add Version" on the top right,
choose the new branch, then set the new version as active.

#. Cherry-pick the CHANGELOG / announce files to the ``main`` branch::

git fetch upstream
Expand Down