Unverified Commit 9d5d6527 authored by yann300's avatar yann300 Committed by GitHub

Update release-process.md

parent 3040c517
...@@ -9,6 +9,7 @@ This document includes: ...@@ -9,6 +9,7 @@ This document includes:
- In a new branch, bump the version in package.json, push it and create PR. - In a new branch, bump the version in package.json, push it and create PR.
- Wait for tests completion. - Wait for tests completion.
- merge PR - merge PR
- build the branch ( `npm run build` for remix-ide ).
- execute `npm publish`. - execute `npm publish`.
- create new `tag` ( e.g `git tag v0.6.1-alpha.2` ). - create new `tag` ( e.g `git tag v0.6.1-alpha.2` ).
- push the tag ( `git push --tag` ). - push the tag ( `git push --tag` ).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment