Skip to content

Commit f1bd462

Browse files
authored
Merge pull request #3909 from asottile/update_release
Update release procedure
2 parents d76fb83 + 77cad3c commit f1bd462

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HOWTORELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ taking a lot of time to make a new one.
2828

2929
#. After all tests pass and the PR has been approved, publish to PyPI by pushing the tag::
3030

31+
git tag <VERSION>
3132
git push [email protected]:pytest-dev/pytest.git <VERSION>
3233

3334
Wait for the deploy to complete, then make sure it is `available on PyPI <https://pypi.org/project/pytest>`_.
3435

36+
#. Merge the PR into ``master``.
37+
3538
#. Send an email announcement with the contents from::
3639

3740
doc/en/announce/release-<VERSION>.rst

0 commit comments

Comments
 (0)