mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-08 20:38:05 +00:00
16 lines
224 B
Markdown
16 lines
224 B
Markdown
|
# 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
|
||
|
```
|