File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ For Major Releases
3131(in addition to the above)
3232
3333Note that once the release branch has been forked off in git,
34- release-note editing happens in that branch, not in HEAD .
34+ release-note editing happens in that branch, not in master .
3535Updates to the rest of the documentation usually need to happen
36- in both HEAD and the branch.
36+ in both master and the branch.
3737
3838* Release notes
3939 o use src/tools/git_changelog
@@ -120,7 +120,7 @@ Creating Back-Branch Release Notes
120120
121121 diff commit-N.N.log commit-O.O.log | grep '^>'
122122
123- * On the most recent release branch (*not* in HEAD ), edit and create SGML
123+ * On the most recent release branch (*not* in master ), edit and create SGML
124124 markup for relevant changes in that branch's release-NN.sgml file.
125125 Minor release notes should include more small change details because
126126 testing is limited.
Original file line number Diff line number Diff line change 3939# shows the last commit before that branch was made.
4040#
4141# Note that --master-only is an imperfect filter, since it will not detect
42- # cases where a HEAD patch was back-patched awhile later or with a slightly
42+ # cases where a master patch was back-patched awhile later or with a slightly
4343# different commit message. To find such cases, it's a good idea to look
4444# through the output of
4545# git_changelog --non-master-only --oldest-first --since='start-date'
You can’t perform that action at this time.
0 commit comments