summaryrefslogtreecommitdiffstats
path: root/docs/releasing.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releasing.html')
-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>