diff options
-rw-r--r-- | RELEASE_CHECKLIST.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index b8250ed..1982d10 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -5,6 +5,7 @@ _ update version in package.json _ tag release _ git push _ git push --tags +_ github release _ npm publish _ update dingus: @@ -20,3 +21,4 @@ _ update site: make upload _ update babelmark2: copy commonmark.js to src/babelmark2/js on server + update version number in js/babelmark2.js |