File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Release
31
31
-------
32
32
Run the release command and make sure you pass in the desired release number:
33
33
34
- `` ` bash
35
- tox -e release -- <version>
36
- ` ``
34
+ .. code-block :: bash
35
+
36
+ tox -e release -- < version >
37
37
38
38
Create a pull request and wait until it the CI passes. Now make sure you merge the PR
39
39
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
47
47
As a minimum, send out a mail notification by triggering the notify tox environment:
48
48
49
49
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
53
53
54
54
Note you'll need the ``TOX_DEV_GOOGLE_SECRET `` key, what you can acquire from other maintainers.
You can’t perform that action at this time.
0 commit comments