name: version-bump description: Version bumps are performed by scripts/release.ts from commits since the last v* tag; do not edit package.json manually for releases.
Version bump
The app version in apps/web/package.json is bumped only through the release script:
- Run
bun run releasefrom the monorepo root (see.agents/skills/releaseandscripts/release.ts). - Patch unless any commit since the last
v*tag has a subject matchingfeat:,feat(scope):, orfeature:(case-insensitive forfeature:), in which case minor. - There is no separate “stamp changelog JSON” step; GitHub Release notes are generated in CI from
git log.
If you are not ready to cut a release, do not change the published version string in package.json.