Skip to content

Commit

Permalink
Add instructions on how to start deploy from command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 21, 2024
1 parent 5b9d285 commit ef9461b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASING.rst
Expand Up @@ -3,5 +3,10 @@ Here are the steps on how to make a new release.
1. Create a ``release-VERSION`` branch from ``upstream/main``.
2. Update ``CHANGELOG.rst``.
3. Push the branch to ``upstream``.
4. Once all tests pass, start the ``deploy`` workflow manually.
4. Once all tests pass, start the ``deploy`` workflow manually or via:

```
gh workflow run deploy.yml --repo pytest-dev/pytest-mock --ref release-VERSION -f version=VERSION
```

5. Merge the PR.

0 comments on commit ef9461b

Please sign in to comment.