Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 260 Bytes

PUBLISHING.md

File metadata and controls

10 lines (9 loc) · 260 Bytes

Publishing Workflow

  • Create a PR
  • Include changeset in PR if needed (bot)
  • Merge PR
  • Checkout main branch
  • Run yarn versioning to bump version
  • Add files (same commit), git push
  • Run yarn release to publish to npm
  • git push origin --tags