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 849eea5 commit 39ddd36Copy full SHA for 39ddd36
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/master``.
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 command-line:
+4. Once all tests pass, start the ``deploy`` workflow manually or via command-line::
7
8
- ```
9
- gh workflow run deploy.yml --ref release-VERSION --field version=VERSION
10
+ gh workflow run deploy.yml --ref release-VERSION --field version=VERSION
11
12
5. Merge the PR.
0 commit comments