加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RELEASE-CHECKLIST 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
John MacFarlane 提交于 2019-12-05 12:40 . Slight tweak to RELEASE_CHECKLIST
[ ] make README.md and commit if needed
[ ] make man/pandoc.1 and commit if needed
[ ] Finalize changelog
tools/changelog-helper.sh
[ ] push release candidate branch rc/VERSION and (if it builds
successfully) download artifacts
[ ] Use 'make' in macos and windows artifacts to sign code
[ ] make update-website
[ ] make trypandoc
[ ] Tag release in git
[ ] make pandoc-templates
cd ../pandoc-templates
git tag REL
git push
git push --tags
[ ] Add release on github (use 'make changes_github' and upload files)
[ ] stack upload .
[ ] Announce on pandoc-announce, pandoc-discuss
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化