Skip to content

Commit

Permalink
move dev to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Jan 16, 2023
1 parent ae97b3f commit 69bd47d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 69bd47d

Please sign in to comment.