aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_CHECKLIST.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-09 22:30:31 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-09 22:30:31 +0100
commit3d705b9e70d4f9e7a55331402aca4393209a67c1 (patch)
treeb66b96d5c10d2309a9a8161ea0d40f271913dbec /RELEASE_CHECKLIST.md
parent9b98831061153f647ee2952a2dc5b351562183de (diff)
Added release checklist.
Diffstat (limited to 'RELEASE_CHECKLIST.md')
-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