summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-26 19:26:13 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:58 +0000
commit1d104f9aa71aae1ef7c64f3a52dbfb1f62ddaa31 (patch)
tree0de4f29e6caf20c199614365700a381ecf4a4f9a /docs
parent2e076af0674671fd47ff7f0f78e3ed1a39d0b2e7 (diff)
docs/releasing: add a note about the relnotes template
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 2ed66a13f47..020f3dec70a 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -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>