[Mesa-dev] [PATCH] docs/releasing: add a note about the relnotes template

Emil Velikov emil.l.velikov at gmail.com
Thu Jan 26 19:26:13 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
I forget this a bit too often :-\
---
 docs/releasing.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/releasing.html b/docs/releasing.html
index 2ed66a13f4..020f3dec70 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>
 
-- 
2.11.0



More information about the mesa-dev mailing list