mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
git_changelog: use modern format for rel branch names in example
e.g., REL_12_STABLE
This commit is contained in:
parent
05021a2c0c
commit
395a9a1248
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue