Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fee2444

Browse filesBrowse files
authored
Merge pull request #1707 from EliahKagan/no-milestones
Update readme for milestone-less releasing
2 parents 10e2960 + feb4414 commit fee2444
Copy full SHA for fee2444

File tree

1 file changed

+7
-9
lines changed
Filter options

1 file changed

+7
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,13 @@ 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.
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`.\
206-
(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-
- Close the milestone mentioned in the _changelog_ and create a new one. _Do not reuse milestones by renaming them_.
209-
- Go to [GitHub Releases](https://github.com/gitpython-developers/GitPython/releases) and publish a new one with the recently pushed tag. Generate the changelog.
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). (Then the next step can install `build` and `twine`.)
206+
6. Run `make release`.
207+
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.
210208

211209
### How to verify a release (DEPRECATED)
212210

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.