From ef344e9b55a0365c1aabb738ce3db97324ed553e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 1 Dec 2023 11:28:21 -0300 Subject: [PATCH] Add deploy instructions using the command-line (#967) --- RELEASING.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASING.rst b/RELEASING.rst index 62ce003..7ddb099 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -34,6 +34,8 @@ To publish a new release ``X.Y.Z``, the steps are as follows: #. Commit and push the branch to ``upstream`` and open a PR. -#. Once the PR is **green** and **approved**, start the ``deploy`` workflow manually from the branch ``release-VERSION``, passing ``VERSION`` as parameter. +#. Once the PR is **green** and **approved**, start the ``deploy`` workflow manually from the branch ``release-VERSION``, passing ``VERSION`` as parameter, or execute:: + + gh workflow run deploy.yml -R pytest-dev/pytest-xdist --ref release-X.Y.Z --field version=X.Y.Z #. Merge the release PR to ``master``.