Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 556 Bytes

File metadata and controls

29 lines (21 loc) · 556 Bytes

Stay tuned. We are working on the guideline. But it's a standard monorepo, so you are likely familiar with it.

Publishing

We use changeset to manage the versioning and publishing of the packages. Draft flow

  1. Build all packages
pnpm run build
  1. pnpm changeset
  2. (Prerelease only) Enter pre mode
pnpm changeset pre enter alpha
  1. pnpm changeset version
  2. commit
  3. pnpm changeset publish
  4. Push commit and tag
  5. (Prerelease only) Exit pre mode
pnpm changeset pre exit