Skip to content

v1.2.0 — 2026-04-28

Release tooling. Adds the /release skill that codifies how versions are cut.

Added

Tooling

  • .claude/skills/release/SKILL.md/release skill. Discovers the previous release (preferring the latest v*.*.* git tag, falling back to the highest wiki/versions/v*.md filename), classifies the SemVer bump from commits in range, asks before picking when MAJOR is implied, writes a changelog under wiki/versions/, enforces the rule that release commits touch only wiki/versions/, opens a release PR, and tags the merge commit on main with vX.Y.Z after merge. Closes #3.

Notes

No backend, frontend, schema, or test changes.