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
399dc88e
Unverified
Commit
399dc88e
authored
Nov 22, 2018
by
yann300
Committed by
GitHub
Nov 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1618 from ethereum/yann300-patch-7
Update release-process.md
parents
18dffc7a
6ccc1203
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
release-process.md
release-process.md
+19
-3
No files found.
release-process.md
View file @
399dc88e
This document includes:
This document includes:
-
how to make npm, github release of remix-
*
packages
-
how to update remix.ethereum.org.
-
how to update remix.ethereum.org.
-
how to update remix-alpha.ethereum.org.
-
how to update remix-alpha.ethereum.org.
-
how to release remix IDE.
# remix-* release (npm release, github release)
# remix-* release (npm release, github release)
...
@@ -54,6 +54,22 @@ By giving report, beta testers help to:
...
@@ -54,6 +54,22 @@ By giving report, beta testers help to:
-
propose new update
-
propose new update
-
contribute on reviewing / building Pull Request
-
contribute on reviewing / building Pull Request
Current Beta testers:
# remix IDE release
-
git fetch origin master
-
git checkout origin/master
-
git checkout -b bumpVersion
-
update package.json version and version in terminal.js
-
create a PR and wait for test
-
merge PR
-
git fetch origin master
-
git checkout origin/master
-
git tag v(version-number)
-
git push --tags
-
github-changes -o ethereum -r remix-ide -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
-
publish a release in github using the changelog
-
rm -rf node_modules
-
npm install
-
remove all soljson.js files in root folder
-
npm run build
-
npm publish
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