From: Emil Velikov Date: Thu, 19 Jan 2017 15:35:38 +0000 (+0000) Subject: docs/releasing: document post branch version bump X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f8afde7baf2b4764c3832387607021f2d318f6e;p=mesa.git docs/releasing: document post branch version bump Signed-off-by: Emil Velikov --- diff --git a/docs/releasing.html b/docs/releasing.html index 946aaa41765..d650910075a 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