diff --git a/packages/cli/README.md b/packages/cli/README.md index d8bc7fd88..63ca48ab3 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -67,6 +67,9 @@ Individual package scripts can be invoked using yarn's $ yarn workspace @percy/core test ``` -## Releasing +### Releasing -**@todo** +1. Run `yarn bump:version` and choose an appropriate version. +2. Commit updated versions with a matching commit (e.g. `🏷 v1.0.0`). +3. Push updated versions to GitHub and wait for CI to pass. +4. Create a new GitHub release which will in-turn automate an NPM release.