aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_CHECKLIST.md
blob: b8250ed370772108f27869c02f524968e17e8353 (plain)

Release checklist

_ update changelog.txt _ update version in package.json _ tag release _ git push _ git push --tags _ npm publish _ update dingus:

cd ../commonmark.js
cd dingus
make

_ update site:

cd ../../CommonMark-site
make update
make
make upload

_ update babelmark2: copy commonmark.js to src/babelmark2/js on server