Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 309 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 309 Bytes

Contributing

Publishing Packages

Create a changeset, when a change should result in a version bump:

npm run changeset

From the main branch, consolidate changesets, bumping the versions of affected packages:

npm run version

Then publish to the NPM registry:

npm run release