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.
- Begin a new for the next version
nextwithpnpm rel <major|minor|patch> --preRelease=next - Continue an existing
major,minor, orpatchpre release withpnpm rev - Change the pre release tag with a new
--preRelease=flag - Ultimately release with
pnpm rel <major|minor|patch>