git_changelog: use modern format for rel branch names in example
authorBruce Momjian
Fri, 24 Apr 2020 19:16:04 +0000 (15:16 -0400)
committerBruce Momjian
Fri, 24 Apr 2020 19:16:07 +0000 (15:16 -0400)
e.g., REL_12_STABLE

src/tools/git_changelog

index 0720a58445e163aed3f5c9efe2e1bf808e1b3a2c..db1b1afdcc824ab814f0c63570d46ec5ef602b6e 100755 (executable)
@@ -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.
 #