diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-01-19 15:35:38 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-01-19 15:38:30 +0000 |
commit | 0f8afde7baf2b4764c3832387607021f2d318f6e (patch) | |
tree | ae82e9c2f26e5d0a301222fc5e8fe77779172b47 /docs/releasing.html | |
parent | 49e4204b12cb6435cae5944292f42c35c9c072d2 (diff) |
docs/releasing: document post branch version bump
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r-- | docs/releasing.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 946aaa4176..d650910075 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> |