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`