提交 f32609db 编写于 作者: T Tom Lane

Flesh out RELEASE_CHANGES instructions for branching in git.

We have this info in the wiki, but it should be here too.
上级 357c5493
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册