Add deploy instructions using the command-line (#967)

This commit is contained in:
Bruno Oliveira 2023-12-01 11:28:21 -03:00 committed by GitHub
parent 5ec4d37f20
commit ef344e9b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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``.