Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
326015ce
Unverified
Commit
326015ce
authored
Jun 04, 2019
by
yann300
Committed by
GitHub
Jun 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2066 from ethereum/LianaHus-patch-1
Update release-process.md
parents
563f20ed
f68c175c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
43 deletions
+5
-43
release-process.md
release-process.md
+5
-43
No files found.
release-process.md
View file @
326015ce
...
@@ -3,56 +3,18 @@ This document includes:
...
@@ -3,56 +3,18 @@ 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-* release (npm release, github release)
-
For a specifix module (lib/core/debug/ide/solidity/tests)
-
In a new branch, bump the version in package.json, push it and create PR.
-
Wait for tests completion.
-
merge PR
-
build the branch (
`npm run build`
for remix-ide ).
-
execute
`npm publish`
.
-
create new
`tag`
( e.g
`git tag v0.6.1-alpha.2`
).
-
push the tag (
`git push --tag`
).
-
execute
`gren changelog --generate -t <new tag>..<previous tag> --data-source=prs`
.
-
in
`changelog.md`
remove the closed and non merged PR.
-
publish a release in github using the changelog.
# remix.ethereum.org update
# remix.ethereum.org update
This is not strictly speaking a release. Updating the remix site is done through the Travis build:
This is not strictly speaking a release. Updating the remix site is done through the Travis build:
-
In remix-ide repository
-
switch to the remix_live
-
Switch to the branch
`remix_live`
-
git reset --hard
<master-commit-hash>
-
Rebase the branch against master
-
git push -f origin remix_live
-
Force push
Travis will build automaticaly and update remix.ethereum.org
-
https://travis-ci.org/ethereum/remix-ide
-
Click
`More options`
-
Click
`Trigger build`
-
Select
`remix_live`
-
Click
`Trigger custom build`
-
Once the build is finished (can take a while) and successful, check remix.ethereum.org is updated accordingly
# remix-alpha.ethereum.org update
# remix-alpha.ethereum.org update
This is not strictly speaking a release. Updating the remix-alpha site is done through the Travis build:
remix-alpha.ethereum.org is automaticaly updated every time commits are pushed to master
-
https://travis-ci.org/ethereum/remix-ide
-
Click
`More options`
-
Click
`Trigger build`
-
Select
`Master`
-
Click
`Trigger custom build`
-
Once the build is finished (can take a while) and successful, check remix-alpha.ethereum.org is updated accordingly
# beta testing remix
We publish a new release roughly every month and greatly appreciate support on beta testing.
By giving report, beta testers help to:
-
verify viabilty (in term core and UX design) of new features
-
track possible regression
-
propose new update
-
contribute on reviewing / building Pull Request
# remix IDE release
# remix IDE release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment