From: Emil Velikov Date: Thu, 26 Jan 2017 19:26:13 +0000 (+0000) Subject: docs/releasing: add a note about the relnotes template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d104f9aa71aae1ef7c64f3a52dbfb1f62ddaa31;p=mesa.git docs/releasing: add a note about the relnotes template Signed-off-by: Emil Velikov Reviewed-by: Nicolai Hähnle --- 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