From 66daa88cf11b35130f698a15c56f66fb8965c31c Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Wed, 2 Jan 2019 18:57:20 +0100 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index ace7a7066..b02473038 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -21,8 +21,8 @@ After successful build, open it (https://ci.status.im/job/status-go/job/parallel TODO: create a script that can do that instead of manual work. -1. Checkout a release branch you want to release from (branch have a name `release/0.X`), -1. Cherry-pick a commit you want to include, +1. Checkout a release branch you want to release from (release branches have names like `release/0.X`), +1. Cherry-pick a commit you want to include OR merge `develop` branch, 1. Bump `Y` (`0.X.Y`) in the current version (`VERSION` file), 1. Commit and push the change to `release/0.X` branch, 1. Go to [Jenkins job](https://ci.status.im/job/status-go/job/parallel/), select "RELEASE" and use `release/0.X` branch name.