The Presta monorepo is managed with pnpm and published with Changesets.
- Edit files
- Run
pnpm changeset
from root to create and changeset and stage and commit edited files - Make sure markdown file gets added, since prettier might have formatted it
- Push up changeset(s) and merge to main
- After merge, the Changesets library should create a new PR with all changes
- Merge Changeset PR — it will fail CD, working on this
- Pull down main and run
pnpm release
to publish the new versions
Drop us a line in an issue and we'll fill this section out.