From 5ece5d729df68bf4eb5d5c3d2006af20768fd66f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Nov 2017 18:41:33 -0800 Subject: Update RELEASE_CHECKLIST with instruction to tag templates. Closes #4044. --- RELEASE-CHECKLIST | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE-CHECKLIST') diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 07d8da4d9..f3e42a55e 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -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) -- cgit v1.2.3