Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 223 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 223 Bytes

Releasing

We use Changeset to manage versions acros the monorepo.

Steps make a new release:

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