Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 509 Bytes

RELEASE.md

File metadata and controls

15 lines (12 loc) · 509 Bytes

Release Instructions

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.