Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 537 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 537 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.

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 rel
  • Change the pre release tag with a new --preRelease= flag
  • Ultimately release with pnpm rel <major|minor|patch>