Skip to content

Commit 4639b6c

Browse files
asottilegaborbernat
authored andcommitted
Fix bash code blocks in HOWTORELEASE.rst (#1351)
1 parent d020495 commit 4639b6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

HOWTORELEASE.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Release
3131
-------
3232
Run the release command and make sure you pass in the desired release number:
3333

34-
```bash
35-
tox -e release -- <version>
36-
```
34+
.. code-block:: bash
35+
36+
tox -e release -- <version>
3737
3838
Create a pull request and wait until it the CI passes. Now make sure you merge the PR
3939
and delete the release branch. The CI will automatically pick the tag up and
@@ -47,8 +47,8 @@ Make sure to let the world know that a new version is out by whatever means you
4747
As a minimum, send out a mail notification by triggering the notify tox environment:
4848

4949

50-
```bash
51-
TOX_DEV_GOOGLE_SECRET=our_secret tox -e notify
52-
```
50+
.. code-block:: bash
51+
52+
TOX_DEV_GOOGLE_SECRET=our_secret tox -e notify
5353
5454
Note you'll need the ``TOX_DEV_GOOGLE_SECRET`` key, what you can acquire from other maintainers.

0 commit comments

Comments
 (0)