aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-05 18:41:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-05 18:41:33 -0800
commit5ece5d729df68bf4eb5d5c3d2006af20768fd66f (patch)
treef32bb52d0c6b3b6fbfcfa8e6bfdb0641146686ea /RELEASE-CHECKLIST
parentc8d889320fa4d9cc2b9a90b4f3f61350a73c263d (diff)
downloadpandoc-5ece5d729df68bf4eb5d5c3d2006af20768fd66f.tar.gz
Update RELEASE_CHECKLIST with instruction to tag templates.
Closes #4044.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r--RELEASE-CHECKLIST4
1 files changed, 4 insertions, 0 deletions
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)