Skip to content

Commit ef9461b

Browse files
committed
Add instructions on how to start deploy from command-line
1 parent 5b9d285 commit ef9461b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASING.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ Here are the steps on how to make a new release.
33
1. Create a ``release-VERSION`` branch from ``upstream/main``.
44
2. Update ``CHANGELOG.rst``.
55
3. Push the branch to ``upstream``.
6-
4. Once all tests pass, start the ``deploy`` workflow manually.
6+
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+
712
5. Merge the PR.

0 commit comments

Comments
 (0)