We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9d285 commit ef9461bCopy full SHA for ef9461b
RELEASING.rst
@@ -3,5 +3,10 @@ Here are the steps on how to make a new release.
3
1. Create a ``release-VERSION`` branch from ``upstream/main``.
4
2. Update ``CHANGELOG.rst``.
5
3. Push the branch to ``upstream``.
6
-4. Once all tests pass, start the ``deploy`` workflow manually.
+4. Once all tests pass, start the ``deploy`` workflow manually or via:
7
+
8
+ ```
9
+ gh workflow run deploy.yml --repo pytest-dev/pytest-mock --ref release-VERSION -f version=VERSION
10
11
12
5. Merge the PR.
0 commit comments