make installmake lint
make test
make coverage
make validate
make buildmake check runs lint, formatting checks, typecheck, tests, coverage, and bundle generation.
- Merge the intended changes to
main. - Update
package.jsonto the release version before merge. - Run the
releaseworkflow manually frommain. - The workflow reads the version from
package.json, validates source, creates a release commit onrelease, tagsvX.Y.Z, and movesvX.