Fix "Releasing pre-release from develop"

This commit is contained in:
Adam Babik 2018-12-17 12:17:22 +01:00 committed by GitHub
parent 7fb2755f6b
commit 1b1c3f5cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ TODO: create a script that can do that instead of manual work.
1. Pull `develop` branch,
1. Bump `Z` (`0.X.Y-beta.Z`) in the current version (`VERSION` file),
1. Commit and push the change,
1. Go to [Jenkins job](https://ci.status.im/job/status-go/job/parallel/) and use develop branch. NOTE: do not select "RELEASE".
1. Go to [Jenkins job](https://ci.status.im/job/status-go/job/parallel/), select "RELEASE" and use `develop` branch.
## Releasing from develop (regular release)