Mesa (master): docs/releasing: document post branch version bump

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jan 19 15:40:36 UTC 2017


Module: Mesa
Branch: master
Commit: 0f8afde7baf2b4764c3832387607021f2d318f6e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f8afde7baf2b4764c3832387607021f2d318f6e

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Jan 19 15:35:38 2017 +0000

docs/releasing: document post branch version bump

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 docs/releasing.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/releasing.html b/docs/releasing.html
index 946aaa4..d650910 100644
--- 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>
 




More information about the mesa-commit mailing list