Update release-process.md

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 3ec8ef0be5
commit 7f22b608a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      release-process.md

@ -3,20 +3,6 @@ This document includes:
- how to update remix-alpha.ethereum.org.
- 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
- git fetch origin master
@ -37,3 +23,18 @@ remix-alpha.ethereum.org is automaticaly updated every time commits are pushed t
- npm run build
- npm publish
- 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

Loading…
Cancel
Save