1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Flesh out RELEASE_CHANGES instructions for branching in git.

We have this info in the wiki, but it should be here too.
This commit is contained in:
Tom Lane 2012-06-13 22:11:06 -04:00
parent 357c549334
commit f32609db72

View File

@ -62,6 +62,11 @@ Starting a New Development Cycle
================================ ================================
* Create a branch in git for maintenance of the previous release * 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 * Increment the major version number in src/tools/version_stamp.pl