diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 22:11:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 22:11:06 -0400 |
commit | f32609db72f07d6477a4c7de2565cb244f2af969 (patch) | |
tree | 83199310e4b45835cbd35b400e3c642f6baa8ce4 /src | |
parent | 357c5493349c5d7603739b9a44384b0e9f35fc25 (diff) | |
download | postgresql-f32609db72f07d6477a4c7de2565cb244f2af969.tar.gz postgresql-f32609db72f07d6477a4c7de2565cb244f2af969.zip |
Flesh out RELEASE_CHANGES instructions for branching in git.
We have this info in the wiki, but it should be here too.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index b76fe1a02a3..fc11c099e41 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -62,6 +62,11 @@ Starting a New Development Cycle ================================ * Create a branch in git for maintenance of the previous release + o on master branch, do: + git pull # be sure you have the latest "master" + git push origin master:refs/heads/"new-branch-name" + for example, + git push origin master:refs/heads/REL9_2_STABLE * Increment the major version number in src/tools/version_stamp.pl |