Unverified Commit f57feeab authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2345 from ethereum/LianaHus-patch-8

Update release-process.md
parents 055f07b0 7f22b608
...@@ -3,20 +3,6 @@ This document includes: ...@@ -3,20 +3,6 @@ This document includes:
- how to update remix-alpha.ethereum.org. - how to update remix-alpha.ethereum.org.
- how to release remix IDE. - how to release remix IDE.
# remix.ethereum.org update
This is not strictly speaking a release. Updating the remix site is done through the Travis build:
- switch to the remix_live
- git reset --hard -master-commit-hash-
- git push -f origin remix_live
CircleCI will build automaticaly and remix.ethereum.org will be updated
# remix-alpha.ethereum.org update
remix-alpha.ethereum.org is automaticaly updated every time commits are pushed to master
# remix IDE release # remix IDE release
- git fetch origin master - git fetch origin master
...@@ -37,3 +23,18 @@ remix-alpha.ethereum.org is automaticaly updated every time commits are pushed t ...@@ -37,3 +23,18 @@ remix-alpha.ethereum.org is automaticaly updated every time commits are pushed t
- npm run build - npm run build
- npm publish - npm publish
- after remix_live is updated, drop the zip (from the root folder of remix-live repo) to the release. - after remix_live is updated, drop the zip (from the root folder of remix-live repo) to the release.
# remix.ethereum.org update
This is not strictly speaking a release. Updating the remix site is done through the Travis build:
- switch to the remix_live
- git reset --hard -master-commit-hash-
- git push -f origin remix_live
CircleCI will build automaticaly and remix.ethereum.org will be updated
# remix-alpha.ethereum.org update
remix-alpha.ethereum.org is automaticaly updated every time commits are pushed to master
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