projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e076af
)
docs/releasing: add a note about the relnotes template
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 26 Jan 2017 19:26:13 +0000
(19:26 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 17:56:58 +0000
(17:56 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
docs/releasing.html
patch
|
blob
|
history
diff --git
a/docs/releasing.html
b/docs/releasing.html
index 2ed66a13f47c98b478f3a8e8b6c385e79932d477..020f3dec70a516cbe65d2ff40066a65bea986ed5 100644
(file)
--- 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>