Skip to content

Commit ba750de

Browse files
committed
Update readme for milestone-less releasing
1 parent 10e2960 commit ba750de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,12 @@ Please have a look at the [contributions file][contributing].
199199
### How to make a new release
200200

201201
- Update/verify the **version** in the `VERSION` file.
202-
- Update/verify that the `doc/source/changes.rst` changelog file was updated.
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>`
203203
- Commit everything.
204204
- Run `git tag -s <version>` to tag the version in Git.
205205
- _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.)
207207
- Run `make release`.
208-
- Close the milestone mentioned in the _changelog_ and create a new one. _Do not reuse milestones by renaming them_.
209208
- Go to [GitHub Releases](https://github.com/gitpython-developers/GitPython/releases) and publish a new one with the recently pushed tag. Generate the changelog.
210209

211210
### How to verify a release (DEPRECATED)

0 commit comments

Comments
 (0)