We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b6fa5 commit 1bbdf3fCopy full SHA for 1bbdf3f
RELEASING.rst
@@ -3,10 +3,8 @@ 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 or via:
+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
+ gh workflow run deploy.yml --repo pytest-dev/pytest-mock --ref release-VERSION -f version=VERSION
11
12
5. Merge the PR.
0 commit comments