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
887e76e9
Unverified
Commit
887e76e9
authored
Nov 23, 2020
by
yann300
Committed by
GitHub
Nov 23, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #590 from ethereum/LianaHus-patch-3
added release from remix_beta section
parents
3bd52b9f
c090c2a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
release-process.md
release-process.md
+26
-1
No files found.
release-process.md
View file @
887e76e9
...
@@ -29,6 +29,31 @@ This document includes:
...
@@ -29,6 +29,31 @@ This document includes:
-
publish a release in github using the changelog
-
publish a release in github using the changelog
-
after remix_live is updated, drop the zip (from https://github.com/ethereum/remix-live/) to the release.
-
after remix_live is updated, drop the zip (from https://github.com/ethereum/remix-live/) to the release.
## Remix IDE release from beta
-
git fetch origin remix_beta
-
git checkout origin/remix_beta
-
git checkout -b bumpVersion
-
update package.json version
-
remove package-lock.json version and generate a new one with
`npm install`
-
merge PR to origin/remix_beta
-
git fetch origin remix_beta
-
git checkout origin/remix_beta
-
git tag v(version-number)
-
git push --tags
-
github-changes -o ethereum -r remix-project -a --only-pulls --use-commit-body --branch remix_beta --only-merges --between-tags previous_version...next_version
-
publish a release in github using the changelog
-
after remix_live is updated, drop the zip (from https://github.com/ethereum/remix-live/) to the release.
-
move to next section
`Remix IDE bump dev branch (master)`
for bumping the master branch.
## Remix IDE bump dev branch (master)
-
git checkout master (checkout master branch)
-
git checkout -b bumpDevVersion
-
update package.json version: bump the version and add the tag
`dev`
if not already present.
-
remove package-lock.json version and generate a new one with
`npm install`
-
merge PR to origin/master
## Remix-ide beta release
## Remix-ide beta release
-
git fetch origin master
-
git fetch origin master
-
git checkout origin/master
-
git checkout origin/master
...
@@ -49,7 +74,7 @@ This document includes:
...
@@ -49,7 +74,7 @@ This document includes:
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:
-
git co -b remix_live origin/remix_live
-
git co -b remix_live origin/remix_live
-
git reset --hard -master-commit-hash-
-
git reset --hard -master-commit-hash-
(or remix_beta-commit-hash-)
-
git push -f origin remix_live
-
git push -f origin remix_live
CircleCI will build automaticaly and remix.ethereum.org will be updated
CircleCI will build automaticaly and remix.ethereum.org will be updated
...
...
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