aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-02 22:41:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-02 22:41:41 -0700
commit9df4c7f57b61fce1676aadfc8aece076398be2cc (patch)
treec1c4f1cdaa4fac67fe5760ea82cc091096cad83b /RELEASE-CHECKLIST
parent75706135e39ed7bc93b8c0321362862d25733bdd (diff)
downloadpandoc-9df4c7f57b61fce1676aadfc8aece076398be2cc.tar.gz
Added tools/changelog-helper.sh.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r--RELEASE-CHECKLIST3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST
index 1fbf396d7..178d514b8 100644
--- a/RELEASE-CHECKLIST
+++ b/RELEASE-CHECKLIST
@@ -1,8 +1,7 @@
[ ] make README.md and commit if needed
[ ] make man/pandoc.1 and commit if needed
[ ] Finalize changelog
- git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \
- --reverse --name-only LASTRELEASE..HEAD > LOG
+ tools/changelog-helper.sh
[ ] make packages
[ ] make update-website
[ ] make trypandoc