Merge pull request #348 from ethereum/libs-release-process

Update release-process.md
pull/349/head
yann300 4 years ago committed by GitHub
commit e5bc734d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      release-process.md

@ -1,12 +1,17 @@
# Release process
This document includes:
- how to update remix.ethereum.org.
- how to update remix-alpha.ethereum.org.
- how to release remix IDE.
- how to publish remix libs to NPM
- how to update remix.ethereum.org
- how to update remix-alpha.ethereum.org
- how to release remix IDE
## Remix libs release
- TODO
- git fetch origin master
- git checkout origin/master
- git checkout -b bumpLibsVersion
- npm run publish:libs (this command uses lerna)
- commit
## Remix IDE release

Loading…
Cancel
Save