We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05021a2 commit 395a9a1Copy full SHA for 395a9a1
src/tools/git_changelog
@@ -34,7 +34,7 @@
34
# To generate major release notes, use:
35
# git_changelog --master-only --brief --oldest-first --since='start-date'
36
# To find the appropriate start date, use:
37
-# git show --summary $(git merge-base REL9_5_STABLE master)
+# git show --summary $(git merge-base REL_12_STABLE master)
38
# where the branch to mention is the previously forked-off branch. This
39
# shows the last commit before that branch was made.
40
#
0 commit comments