watcher-ts/.github/CONTRIBUTING.md

16 lines
224 B
Markdown
Raw Permalink Normal View History

2023-01-16 12:42:28 +00:00
# Contributing
To update versions in all packages run the following:
```bash
yarn version:set <VERSION>
yarn version:set-codegen <VERSION>
```
Example:
```bash
yarn version:set 0.2.20
yarn version:set-codegen 0.2.20
```