From 89f0c5d43d93b71669bbbb57907064620a18c8d0 Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Tue, 1 Dec 2020 22:49:24 +0100 Subject: [PATCH] chore: add release process Signed-off-by: Jakub Mucha --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9a8183d78..b5a1d9d4b 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,11 @@ Options: -cf, --configFile specify a path to a JSON file where configuration values are set -h, --help display help for command ``` + +## 🚢 Release process + +1. Create PR from `dev` branch to `master` branch +2. Merge it +3. Switch to `master` branch and pull latest changes +4. Run `npm run release:patch/minor/major` command +5. Keep `dev` branch up to date with `master`