diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:34:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:35:20 -0800 |
commit | 9ef3d77652e54e5d3872c1ccfe29918ae2a703b1 (patch) | |
tree | 0a2d9049400480d95c1c162980f4ab771e5b6c7a /RELEASE-CHECKLIST | |
parent | 87c9771e9aaf604c5a76b701f7839c3ca1e52c2d (diff) | |
download | pandoc-9ef3d77652e54e5d3872c1ccfe29918ae2a703b1.tar.gz |
Makefile: Add 'pandoc-templates' target.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index f3e42a55e..bc0a85f41 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -7,11 +7,10 @@ _ make man/pandoc.1 and commit if needed _ Tag release in git -_ Push templates: - git subtree push --prefix=data/templates git@github.com:jgm/pandoc-templates.git master +_ make pandoc-templates cd ../pandoc-templates - git pull git tag REL + git push git push --tags _ Generate Windows package (make winpkg) |