You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -199,13 +199,12 @@ Please have a look at the [contributions file][contributing].
199
199
### How to make a new release
200
200
201
201
- 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>`
203
203
- Commit everything.
204
204
- Run `git tag -s <version>` to tag the version in Git.
205
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`.\
206
206
(When run in a virtual environment, the next step will automatically take care of installing `build` and `twine` in it.)
207
207
- Run `make release`.
208
-
- Close the milestone mentioned in the _changelog_ and create a new one. _Do not reuse milestones by renaming them_.
209
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.
0 commit comments