Stay tuned. We are working on the guideline. But it's a standard monorepo, so you are likely familiar with it.
We use changeset to manage the versioning and publishing of the packages. Draft flow
- Build all packages
pnpm run build- pnpm changeset
- (Prerelease only) Enter pre mode
pnpm changeset pre enter alpha- pnpm changeset version
- commit
- pnpm changeset publish
- Push commit and tag
- (Prerelease only) Exit pre mode
pnpm changeset pre exit