File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Please have a look at the [contributions file][contributing].
117117* Update/verify the version in the ` VERSION ` file
118118* Update/verify that the changelog has been updated
119119* Commit everything
120- * Run ` git tag <version> ` to tag the version in Git
120+ * Run ` git tag -s <version> ` to tag the version in Git
121121* Run ` make release `
122122* Finally, set the upcoming version in the ` VERSION ` file, usually be
123123 incrementing the patch level, and possibly by appending ` -dev ` . Probably you
Original file line number Diff line number Diff line change 1- 2.1.7
1+ 2.1.8
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 2.1.6 - Bugfixes
5+ 2.1.8 - bugfixes
6+ ====================================
7+
8+ See the following for (most) details:
9+ https://github.com/gitpython-developers/GitPython/milestone/23?closed=1
10+
11+ or run have a look at the difference between tags v2.1.7 and v2.1.8:
12+ https://github.com/gitpython-developers/GitPython/compare/2.1.7...2.1.8
13+
14+ 2.1.6 - bugfixes
615====================================
716
817* support for worktrees
You can’t perform that action at this time.
0 commit comments