doc: Discourage squashing for release (#9657)

Fixes #9655
This commit is contained in:
Florian Bruhin 2022-02-10 08:58:20 +01:00 committed by GitHub
parent 2b6708b892
commit 6aaa017b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Both automatic and manual processes described above follow the same steps from t
Wait for the deploy to complete, then make sure it is `available on PyPI <https://pypi.org/project/pytest>`_.
#. Merge the PR.
#. Merge the PR. **Make sure it's not squash-merged**, so that the tagged commit ends up in the main branch.
#. Cherry-pick the CHANGELOG / announce files to the ``main`` branch::