This repository releases code using release-it. New releases can be triggered from the root package via pnpm rel
which offers a guided process.
- Begin a new for the next version
next
withpnpm rel <major|minor|patch> --preRelease=next
- Continue an existing
major
,minor
, orpatch
pre release withpnpm rel
- Change the pre release tag with a new
--preRelease=
flag - Ultimately release with
pnpm rel <major|minor|patch>