Skip to content

Commit

Permalink
📝 Document release process
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Jul 30, 2020
1 parent 51ae55b commit 929d7b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 929d7b1

Please sign in to comment.