We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b85be commit 20c7262Copy full SHA for 20c7262
release-process.md
@@ -1,12 +1,17 @@
1
# Release process
2
3
This document includes:
4
- - how to update remix.ethereum.org.
5
- - how to update remix-alpha.ethereum.org.
6
- - 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
7
+ - how to release remix IDE
8
9
## Remix libs release
- - TODO
10
+ - git fetch origin master
11
+ - git checkout origin/master
12
+ - git checkout -b bumpLibsVersion
13
+ - npm run publish:libs (this command uses lerna)
14
+ - commit
15
16
## Remix IDE release
17
0 commit comments