Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 560 Bytes

File metadata and controls

26 lines (19 loc) · 560 Bytes

Contributing

Local setup

make install

Standard checks

make lint
make test
make coverage
make validate
make build

make check runs lint, formatting checks, typecheck, tests, coverage, and bundle generation.

Release flow

  1. Merge the intended changes to main.
  2. Update package.json to the release version before merge.
  3. Run the release workflow manually from main.
  4. The workflow reads the version from package.json, validates source, creates a release commit on release, tags vX.Y.Z, and moves vX.