diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-05-23 13:23:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-23 13:23:13 -0700 |
commit | 84664770479bc9fa2ad148853580ae61edc9ed68 (patch) | |
tree | 22e687d4f888e7c4e285e7abff53b9c6187c07f6 /RELEASE-CHECKLIST | |
parent | 654bdf72bfe608cea1b606028a4bf9570bb63b8f (diff) | |
download | pandoc-84664770479bc9fa2ad148853580ae61edc9ed68.tar.gz |
RELEASE-CHECKLIST - hint for more useful git log.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 2c68a8e7b..f4ef6554d 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -1,6 +1,7 @@ _ Test, on linux, windows, mac (inc. website demos) _ Finalize changelog + git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG _ make man/pandoc.1 and commit if needed |