repo-conventions · git:20260806.5cd3c82 · 2026-08-06 · sha256 4abae0114d6510ab
repo-conventions git:20260806.5cd3c82A
Immutable. This exact content is served forever at /api/v1/blob/4abae0114d6510ab.
--- name: repo-conventions description: This repo's release convention — a feature that changes src/ bumps the PATCH digit of package.json (0.3.1 → 0.3.2). Never touch the version otherwise. --- # repo-conventions This repo's release convention, enforced by the maintainers: - Every feature that adds or changes an export in `src/` bumps the PATCH digit of `package.json` (e.g. `0.3.1` → `0.3.2`). - The version is NEVER changed for anything else (docs, tests-only edits, formatting). - The bump is part of the SAME change — never a separate step.