Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f33fe47

Browse files
committed
Add comments suggesting usage of git_changelog to generate release notes.
1 parent 1dd89ea commit f33fe47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/git_changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
# we sort a merged commit according to its timestamp on the newest branch
2222
# it appears in.
2323
#
24+
# Typical usage to generate major release notes:
25+
# pggitlog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
26+
#
27+
# To find the branch start date, use:
28+
# pggit show $(git merge-base REL9_0_STABLE master)
29+
2430

2531
use strict;
2632
use warnings;

0 commit comments

Comments
 (0)