diff --git a/RELEASING.rst b/RELEASING.rst index 078c35b..5cfd7c0 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -41,3 +41,5 @@ To publish a new release ``X.Y.Z``, the steps are as follows: $ git push git@github.com:pytest-dev/pytest-xdist.git v$VERSION That will build the package and publish it on ``PyPI`` automatically. + +#. Merge the release PR to `master`.