|
|
@ -7,6 +7,13 @@ This document includes: |
|
|
|
- how to update remix-beta.ethereum.org |
|
|
|
- how to update remix-beta.ethereum.org |
|
|
|
- how to release remix IDE |
|
|
|
- how to release remix IDE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## RemixD release |
|
|
|
|
|
|
|
- update new version number in remixd libs/remixd/package.json |
|
|
|
|
|
|
|
- build remixd |
|
|
|
|
|
|
|
- cd into ./dist/libs/remixd |
|
|
|
|
|
|
|
- npm publish |
|
|
|
|
|
|
|
- create bump PR to master. |
|
|
|
|
|
|
|
|
|
|
|
## Remix libs release |
|
|
|
## Remix libs release |
|
|
|
- git fetch origin master |
|
|
|
- git fetch origin master |
|
|
|
- git checkout origin/master |
|
|
|
- git checkout origin/master |
|
|
@ -76,4 +83,4 @@ This is not strictly speaking a release. Updating the remix site is done through |
|
|
|
|
|
|
|
|
|
|
|
## remix-alpha.ethereum.org update |
|
|
|
## remix-alpha.ethereum.org update |
|
|
|
|
|
|
|
|
|
|
|
remix-alpha.ethereum.org is automaticaly updated every time commits are pushed to master |
|
|
|
remix-alpha.ethereum.org is automaticaly updated every time commits are pushed to master |
|
|
|