blob: 6d08f37a865564310d3d45fd0ef0d16c8c006080 (
plain)
Release checklist
_ update changelog.txt
_ update version in package.json
_ tag release
_ git push
_ git push --tags
_ github release
_ npm publish
_ update dingus:
cd ../commonmark.js
cd dingus
make
_ update site:
cd ../../CommonMark-site
make update
make
make upload
|