diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-05 18:41:33 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-05 18:41:33 -0800 |
commit | 5ece5d729df68bf4eb5d5c3d2006af20768fd66f (patch) | |
tree | f32bb52d0c6b3b6fbfcfa8e6bfdb0641146686ea /RELEASE-CHECKLIST | |
parent | c8d889320fa4d9cc2b9a90b4f3f61350a73c263d (diff) | |
download | pandoc-5ece5d729df68bf4eb5d5c3d2006af20768fd66f.tar.gz |
Update RELEASE_CHECKLIST with instruction to tag templates.
Closes #4044.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 4 |
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) |