File tree 3 files changed +12
-3
lines changed
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].
117
117
* Update/verify the version in the ` VERSION ` file
118
118
* Update/verify that the changelog has been updated
119
119
* 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
121
121
* Run ` make release `
122
122
* Finally, set the upcoming version in the ` VERSION ` file, usually be
123
123
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 2
2
Changelog
3
3
=========
4
4
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
6
15
====================================
7
16
8
17
* support for worktrees
You can’t perform that action at this time.
0 commit comments