The following commands should be run when doing a release, where {semver-type}
is major
, minor
, or patch
.
npm install --workspaces
npm run build --workspaces
bin/release {semver-type}
git tag "{version}"
git push origin main
git push origin --tags
npm publish --workspaces
Releases are managed by @taylorotwell, @jessarcher, and @timacdonald for this repository.