Prepare for 2.21 cycle to start soonish
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Dec 15, 2018 at 12:36 UTC
85c26ae4bb73eaf46163e8ff48e85c81e52a6eec
3 files changed
+24
-2
Documentation/RelNotes/2.21.0.txt
new
+22
@@ -0,0 +1,22 @@
1
+Git 2.21 Release Notes
2
+======================
3
+
4
+Backward Compatibility Notes
5
+----------------------------
6
+
7
+
8
+Updates since v2.20
9
+-------------------
10
+
11
+UI, Workflows & Features
12
+
13
+
14
+
15
+Performance, Internal Implementation, Development Support etc.
16
+
17
+
18
+
19
+Fixes since v2.20
20
+-----------------
21
+
22
+ * Code cleanup, docfix, build fix, etc.
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.20.0
4
+DEF_VER=v2.20.GIT
5
6
LF='
7
'
RelNotes
+1
-1
@@ -1 +1 @@
1
-Documentation/RelNotes/2.20.0.txt
\ No newline at end of file
1
+Documentation/RelNotes/2.21.0.txt
\ No newline at end of file