From c090c2a4cb32263d774277793e3a663b9a90c3f5 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 18 Nov 2020 14:36:53 +0100 Subject: [PATCH] Update release-process.md --- release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-process.md b/release-process.md index 1663377407..82bbfd4d02 100644 --- a/release-process.md +++ b/release-process.md @@ -41,7 +41,7 @@ This document includes: - 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 --only-merges --between-tags previous_version...next_version + - 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.