Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 243 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 243 Bytes

Releasing

We use Changeset to manage versions acros the monorepo.

Steps make a new release:

  1. Run yarn changeset version
  2. Review and commit changes to main branch
  3. Run yarn changeset publish
  4. Run git push && git push --tag