Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 631 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 631 Bytes

Releasing using release-it

This repository releases code using release-it in combination with the workspaces plugin. 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 rev
  • Change the pre release tag with a new --preRelease= flag
  • Ultimately release with pnpm rel <major|minor|patch>