docs/releasing: add a note about the relnotes template

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Emil Velikov 2017-01-26 19:26:13 +00:00 committed by Emil Velikov
parent 2e076af067
commit 1d104f9aa7
1 changed files with 2 additions and 0 deletions

View 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>