move dev to CONTRIBUTING

This commit is contained in:
zramsay 2023-01-16 07:42:28 -05:00
parent ae97b3fc65
commit 69bd47dbea
No known key found for this signature in database
GPG Key ID: FECD2DBFAE9DBE63

15
.github/CONTRIBUTING.md vendored Normal file
View 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
```