Skip to content

Commit

Permalink
Update release-process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 20, 2019
1 parent 38ca8d7 commit 962e901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ remix-alpha.ethereum.org is automaticaly updated every time commits are pushed t
- git fetch origin master
- git checkout origin/master
- git checkout -b bumpVersion
- update package.json version and version in terminal.js
- update package.json version
- create a PR and wait for test
- merge PR
- git fetch origin master
Expand All @@ -35,3 +35,4 @@ remix-alpha.ethereum.org is automaticaly updated every time commits are pushed t
- remove all soljson.js files in root folder
- npm run build
- npm publish
- after remix_live is updated, drop the zip (from the root folder of remix-live repo) to the release.

0 comments on commit 962e901

Please sign in to comment.