Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasdeshpande committed Aug 16, 2023
1 parent 23b116a commit d02c4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ All commands in a monorepo are run in the `root` of the project. You should neve
- `yarn clean`

Cleans all `node_modules` from each package and deletes the root `node_modules`. Sometimes useful if packages have gotten out of date.

# Release
- After landing your PR in the main, cut a release. We follow semantic versioning. If your changes are deemed breaking, please update the readme file with instructions on how users can safely migrate to a newer version of the package

0 comments on commit d02c4a9

Please sign in to comment.