diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-04-24 15:16:04 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-04-24 15:16:07 -0400 |
commit | 395a9a124877d3c41328fcfebcf0c68df86d9bfd (patch) | |
tree | 256d9020dd6a07a7b021c0f37d34f69834cee272 | |
parent | 05021a2c0cd212dbe9d7883e2d1677ba739653d5 (diff) | |
download | postgresql-395a9a124877d3c41328fcfebcf0c68df86d9bfd.tar.gz postgresql-395a9a124877d3c41328fcfebcf0c68df86d9bfd.zip |
git_changelog: use modern format for rel branch names in example
e.g., REL_12_STABLE
-rwxr-xr-x | src/tools/git_changelog | 2 |
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. # |