projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e4204
)
docs/releasing: document post branch version bump
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 19 Jan 2017 15:35:38 +0000
(15:35 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 19 Jan 2017 15:38:30 +0000
(15:38 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
docs/releasing.html
patch
|
blob
|
history
diff --git
a/docs/releasing.html
b/docs/releasing.html
index 946aaa4176512941898e1e48eb2cbb172c6c7a52..d650910075a601afa792f3c956fc98576b05454e 100644
(file)
--- a/
docs/releasing.html
+++ b/
docs/releasing.html
@@
-158,6
+158,9
@@
To setup the branchpoint:
git checkout master # make sure we're in master first
git tag -s X.Y-branchpoint -m "Mesa X.Y branchpoint"
git checkout -b X.Y
+ git checkout master
+ $EDITOR VERSION # bump the version number
+ git commit -as
git push origin X.Y-branchpoint X.Y
</pre>