Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ npm run test:visual:update
```

Visual testing via snapshots is supported by Playwright. To update or create new snapshots, run this command.

## Release Process

### Build library and tag version

```sh
npm version minor
git push origin master
git push --tags
```