More RELEASE_CHECKLIST tweaks.

This commit is contained in:
John MacFarlane 2018-01-07 21:31:32 -08:00
parent 00b9ca018f
commit ecc3f09dfc

View file

@ -1,11 +1,11 @@
[ ] make README.md and commit if needed
[ ] make man/pandoc.1 and commit if needed
[ ] Finalize changelog [ ] Finalize changelog
git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \ git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' \
--reverse --name-only LASTRELEASE..HEAD > LOG --reverse --name-only LASTRELEASE..HEAD > LOG
[ ] make packages [ ] make packages
[ ] make update-website [ ] make update-website
[ ] make trypandoc [ ] make trypandoc
[ ] make man/pandoc.1 and commit if needed
[ ] make README.md and commit if needed
[ ] Tag release in git [ ] Tag release in git
[ ] make pandoc-templates [ ] make pandoc-templates
cd ../pandoc-templates cd ../pandoc-templates