aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_CHECKLIST.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md
new file mode 100644
index 0000000..b8250ed
--- /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