Update RELEASE_CHECKLIST with instruction to tag templates.

Closes #4044.
This commit is contained in:
John MacFarlane 2017-11-05 18:41:33 -08:00
parent c8d889320f
commit 5ece5d729d

View file

@ -9,6 +9,10 @@ _ Tag release in git
_ Push templates:
git subtree push --prefix=data/templates git@github.com:jgm/pandoc-templates.git master
cd ../pandoc-templates
git pull
git tag REL
git push --tags
_ Generate Windows package (make winpkg)