Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 655727d

Browse files
committed
Update RELEASE_CHANGES' example of branch name format.
We're planning to put an underscore before the major version number in branch names for v10 and later. Make sure the recipe in RELEASE_CHANGES reflects that. In passing, add a reminder to consider doing pgindent right before the branch. Discussion: https://postgr.es/m/E1dAkjZ-0003MG-0U@gemulon.postgresql.org
1 parent b35006e commit 655727d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/RELEASE_CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ For Major Releases
6868
Starting a New Development Cycle
6969
================================
7070

71+
* Typically, we do pgindent and perltidy runs just before branching
72+
7173
* Create a branch in git for maintenance of the previous release
7274
o on master branch, do:
7375
git pull # be sure you have the latest "master"
7476
git push origin master:refs/heads/"new-branch-name"
7577
for example,
76-
git push origin master:refs/heads/REL9_2_STABLE
78+
git push origin master:refs/heads/REL_10_STABLE
7779

7880
* Add new branch's name to list in src/tools/git_changelog
7981

0 commit comments

Comments
 (0)