From 3d705b9e70d4f9e7a55331402aca4393209a67c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Dec 2016 22:30:31 +0100 Subject: [PATCH] Added release checklist. --- RELEASE_CHECKLIST.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RELEASE_CHECKLIST.md diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md new file mode 100644 index 00000000..b8250ed3 --- /dev/null +++ b/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