Skip to content

Commit a151ea0

Browse files
committed
Make the release instructions a numbered list
Since they are sequential steps.
1 parent ba750de commit a151ea0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ Please have a look at the [contributions file][contributing].
198198

199199
### How to make a new release
200200

201-
- Update/verify the **version** in the `VERSION` file.
202-
- Update/verify that the `doc/source/changes.rst` changelog file was updated. It should include a link to the forthcoming release page: `https://github.com/gitpython-developers/GitPython/releases/tag/<version>`
203-
- Commit everything.
204-
- Run `git tag -s <version>` to tag the version in Git.
205-
- _Optionally_ create and activate a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) using `venv` or `virtualenv`.\
201+
1. Update/verify the **version** in the `VERSION` file.
202+
2. Update/verify that the `doc/source/changes.rst` changelog file was updated. It should include a link to the forthcoming release page: `https://github.com/gitpython-developers/GitPython/releases/tag/<version>`
203+
3. Commit everything.
204+
4. Run `git tag -s <version>` to tag the version in Git.
205+
5. _Optionally_ create and activate a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) using `venv` or `virtualenv`.\
206206
(When run in a virtual environment, the next step will automatically take care of installing `build` and `twine` in it.)
207-
- Run `make release`.
208-
- Go to [GitHub Releases](https://github.com/gitpython-developers/GitPython/releases) and publish a new one with the recently pushed tag. Generate the changelog.
207+
6. Run `make release`.
208+
7. Go to [GitHub Releases](https://github.com/gitpython-developers/GitPython/releases) and publish a new one with the recently pushed tag. Generate the changelog.
209209

210210
### How to verify a release (DEPRECATED)
211211

0 commit comments

Comments
 (0)