8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357c549 commit f32609dCopy full SHA for f32609d
src/tools/RELEASE_CHANGES
@@ -62,6 +62,11 @@ Starting a New Development Cycle
62
================================
63
64
* Create a branch in git for maintenance of the previous release
65
+ o on master branch, do:
66
+ git pull # be sure you have the latest "master"
67
+ git push origin master:refs/heads/"new-branch-name"
68
+ for example,
69
+ git push origin master:refs/heads/REL9_2_STABLE
70
71
* Increment the major version number in src/tools/version_stamp.pl
72
0 commit comments