Update release-process.md

pull/3094/head
yann300 7 years ago committed by GitHub
parent be13e4e395
commit da983de41b
  1. 1
      release-process.md

@ -9,6 +9,7 @@ This document includes:
- In a new branch, bump the version in package.json, push it and create PR.
- Wait for tests completion.
- merge PR
- build the branch ( `npm run build` for remix-ide ).
- execute `npm publish`.
- create new `tag` ( e.g `git tag v0.6.1-alpha.2` ).
- push the tag ( `git push --tag` ).

Loading…
Cancel
Save