mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-01 15:52:51 +00:00
move dev to CONTRIBUTING
This commit is contained in:
parent
ae97b3fc65
commit
69bd47dbea
15
.github/CONTRIBUTING.md
vendored
Normal file
15
.github/CONTRIBUTING.md
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user