Update RELEASE_CHECKLIST with instruction to tag templates.
Closes #4044.
This commit is contained in:
parent
c8d889320f
commit
5ece5d729d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue