From 6350a8314d7038b626cdb9d0a49f8cc416c93f48 Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Thu, 26 Aug 2021 12:20:39 +0200 Subject: [PATCH] chore: add release info Signed-off-by: Jakub Mucha --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0dbf0e65..ef18e715c 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ Options: ## 🚢 Release process 1. Create PR from `dev` branch to `master` branch -2. Merge it -3. Run GitHub Action workflow named [Release CI](https://github.com/Synthetixio/synpress/actions/workflows/release.yml) with `patch|minor|major` depending on your needs. +2. Merge it (new `-beta` version is automatically released) +3. Run GitHub Action workflow named [Release CI](https://github.com/Synthetixio/synpress/actions/workflows/release.yml) with `patch|minor|major` depending on your needs to promote your build. Alternatively, instead of running GitHub Action for release, you can move on with manual release process: