Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 660 Bytes

RELEASING.md

File metadata and controls

12 lines (8 loc) · 660 Bytes

Releasing using release-it

This repository releases code using release-it. New releases can be triggered from the root package via pnpm rel which offers a guided process.

As part of our build command, we perform a local npm install and verify that our CJS/ESM imports are working as expected.

Common Commands

  • Begin a new for the next version next with pnpm rel <major|minor|patch> --preRelease=next
  • Continue an existing major, minor, or patch pre release with pnpm rev
  • Change the pre release tag with a new --preRelease= flag
  • Ultimately release with pnpm rel <major|minor|patch>