Skip to content

Commit

Permalink
Added release checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 9, 2016
1 parent 9b98831 commit 3d705b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RELEASE_CHECKLIST.md
@@ -0,0 +1,22 @@
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

0 comments on commit 3d705b9

Please sign in to comment.