diff options
| author | Anil Khatri <anil.soccer.khatri@gmail.com> | 2019-10-23 23:51:15 +0530 |
|---|---|---|
| committer | Anil Khatri <anil.soccer.khatri@gmail.com> | 2019-10-23 23:51:15 +0530 |
| commit | d4756f4a1298e053aaeae58b725863e8742d353a (patch) | |
| tree | de992d78c7d5520d0112391c269b13a53ca6065c /README.md | |
| parent | 1dc46d735003df8ff928974cb07545f69f8ea411 (diff) | |
| parent | abb18968516c6c3c9e1d736bfe6f435392b3d3af (diff) | |
| download | GitPython-d4756f4a1298e053aaeae58b725863e8742d353a.tar.gz GitPython-d4756f4a1298e053aaeae58b725863e8742d353a.zip | |
Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/deepsource-issues
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -110,12 +110,13 @@ Please have a look at the [contributions file][contributing]. ### How to make a new release -* Update/verify the version in the `VERSION` file -* Update/verify that the changelog has been updated +* Update/verify the **version** in the `VERSION` file +* Update/verify that the `doc/source/changes.rst` changelog file was updated * Commit everything * Run `git tag -s <version>` to tag the version in Git * Run `make release` -* Finally, set the upcoming version in the `VERSION` file, usually be +* Close the milestone mentioned in the _changelog_ and create a new one. _Do not reuse milestones by renaming them_. +* set the upcoming version in the `VERSION` file, usually be incrementing the patch level, and possibly by appending `-dev`. Probably you want to `git push` once more. |
