Update release-process.md

pull/5370/head
Aniket 4 years ago committed by GitHub
parent e93976115a
commit 1e87b84587
  1. 13
      release-process.md

@ -1,12 +1,17 @@
# Release process # Release process
This document includes: This document includes:
- how to update remix.ethereum.org. - how to publish remix libs to NPM
- how to update remix-alpha.ethereum.org. - how to update remix.ethereum.org
- how to release remix IDE. - how to update remix-alpha.ethereum.org
- how to release remix IDE
## Remix libs release ## 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 ## Remix IDE release

Loading…
Cancel
Save