Update release-process.md

pull/923/head^2
Liana Husikyan 4 years ago committed by Liana Husikyan
parent 2f010deb47
commit 6ede5e41b4
  1. 5
      release-process.md

@ -54,11 +54,12 @@ This document includes:
## Remix IDE release Part 3. Bump dev branch (master)
- git checkout master (checkout master branch)
- git fetch origin master
- git checkout origin/master
- 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
- create a PR and merge it to origin/master
## Remix IDE release Part 3. remix.ethereum.org update

Loading…
Cancel
Save