Skip to content

Commit

Permalink
chore: add release process
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Dec 1, 2020
1 parent 1ff9f78 commit 89f0c5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,11 @@ Options:
-cf, --configFile <path> 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`

0 comments on commit 89f0c5d

Please sign in to comment.