diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-02 08:27:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-02 08:27:03 -0700 |
commit | 2b168c9c13cc6a568814c156c062cb7533e427c0 (patch) | |
tree | b3dbc8400c829f036f35ee0d9fb5b519b74e1c67 | |
parent | 9ca9a1495ac818f5e31692164353bf3eb0677b08 (diff) |
Minor tweaks to release checklist.
-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 |