Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 231 Bytes

MAINTAINER_GUIDE.md

File metadata and controls

8 lines (6 loc) · 231 Bytes

Maintainer's Guide

Publishing a new version

  1. Run pnpm changeset version and review the changes
  2. Commit the changes and push to main
  3. Run pnpm changeset publish
  4. Push the tag to GitHub: git push --follow-tags