Skip to content

Commit 465d402

Browse files
committed
adjust the docs
Signed-off-by: Jade Abraham <[email protected]>
1 parent 6b07252 commit 465d402

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Making a Release
4646
#. Click “Draft a new release” button on top of screen
4747
#. For the tag, make a new tag with the new version number
4848
#. You can generate the release notes via the “generate release notes” button,
49-
comparing against the most recent release. This will autofill in the details
49+
comparing against the most recent release. This will autofill in the details
5050
for you
51-
#. Click Publish release
51+
#. Click "Publish release"
5252
- This will trigger the workflow to push a new release to PyPI, assuming no
5353
problems have snuck into our release procedure since the last time it was
5454
run
55-
#. Open a PR bumping the version to the next version number so that were ready
56-
for the next change. This should always be the first PR in a new release
57-
(otherwise well have build issues), so it should be straight-forward to
58-
figure out how to do this
55+
#. Open a PR bumping the version to the next version number so that we're ready
56+
for the next change. This should always be the first PR in a new release
57+
(otherwise we'll have build issues). This can be done by running the
58+
'bump-version' GitHub Action, which will create the PR for you.
5959

6060
In case of issues, the release pushing job is in
6161
.github/workflows/python-publish.yml

0 commit comments

Comments
 (0)