From 4097c343c20f724be062f0edf303c9616bd762a2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 21 Sep 2021 09:21:51 -0300 Subject: [PATCH] Add final note to merge PR in RELEASING.rst --- RELEASING.rst | 2 ++ 1 file changed, 2 insertions(+) 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`.