Update release-process.md

pull/4370/head
Liana Husikyan 4 years ago committed by GitHub
parent 884400cd8c
commit aabed86a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      release-process.md

@ -25,7 +25,7 @@ This document includes:
- git checkout origin/master - git checkout origin/master
- git tag v(version-number) - git tag v(version-number)
- git push --tags - git push --tags
- github-changes -o ethereum -r remix-ide -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version - github-changes -o ethereum -r remix-ide --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
- 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.

Loading…
Cancel
Save