# Version Bump

> Version bumps are performed by scripts/release.ts from commits since the last v* tag; do not edit package.json manually for releases. Use when this capability is needed.

- Skill: `tomevault-io/version-bump-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/version-bump-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/version-bump-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/version-bump-3

---


# 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`](../../../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`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kshehadeh) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

