Skip to content

Commit 39ddd36

Browse files
authored
Fix formatting in RELEASING.rst
1 parent 849eea5 commit 39ddd36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

RELEASING.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Here are the steps on how to make a new release.
33
1. Create a ``release-VERSION`` branch from ``upstream/master``.
44
2. Update ``CHANGELOG.rst``.
55
3. Push the branch to ``upstream``.
6-
4. Once all tests pass, start the ``deploy`` workflow manually or via command-line:
6+
4. Once all tests pass, start the ``deploy`` workflow manually or via command-line::
77

8-
```
9-
gh workflow run deploy.yml --ref release-VERSION --field version=VERSION
10-
```
8+
gh workflow run deploy.yml --ref release-VERSION --field version=VERSION
119

1210
5. Merge the PR.

0 commit comments

Comments
 (0)