aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/git_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index 0720a58445e..db1b1afdcc8 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -34,7 +34,7 @@
# To generate major release notes, use:
# git_changelog --master-only --brief --oldest-first --since='start-date'
# To find the appropriate start date, use:
-# git show --summary $(git merge-base REL9_5_STABLE master)
+# git show --summary $(git merge-base REL_12_STABLE master)
# where the branch to mention is the previously forked-off branch. This
# shows the last commit before that branch was made.
#