version-bump

star 0

Version bumps are performed by scripts/release.ts from commits since the last v* tag; do not edit package.json manually for releases.

kshehadeh By kshehadeh schedule Updated 4/3/2026

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 release from the monorepo root (see .agents/skills/release and scripts/release.ts).
  • Patch unless any commit since the last v* tag has a subject matching feat:, feat(scope):, or feature: (case-insensitive for feature:), 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.

Install via CLI
npx skills add https://github.com/kshehadeh/createspot --skill version-bump
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator