Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 722 Bytes

Contributing

The Presta monorepo is managed with pnpm and published with Changesets.

Publishing

  1. Edit files
  2. Run pnpm changeset from root to create and changeset and stage and commit edited files
  3. Make sure markdown file gets added, since prettier might have formatted it
  4. Push up changeset(s) and merge to main
  5. After merge, the Changesets library should create a new PR with all changes
  6. Merge Changeset PR — it will fail CD, working on this
  7. Pull down main and run pnpm release to publish the new versions

FAQ

Drop us a line in an issue and we'll fill this section out.