docs/releasing: add a note about the relnotes template
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 26 Jan 2017 19:26:13 +0000 (19:26 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 17:56:58 +0000 (17:56 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
docs/releasing.html

index 2ed66a13f47c98b478f3a8e8b6c385e79932d477..020f3dec70a516cbe65d2ff40066a65bea986ed5 100644 (file)
@@ -161,6 +161,8 @@ To setup the branchpoint:
        git checkout master
        $EDITOR VERSION # bump the version number
        git commit -as
+       cp docs/relnotes/{X.Y,X.Y+1}.html # copy/create relnotes template
+       git commit -as
        git push origin X.Y-branchpoint X.Y
 </pre>