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—/releaseskill. Discovers the previous release (preferring the latestv*.*.*git tag, falling back to the highestwiki/versions/v*.mdfilename), classifies the SemVer bump from commits in range, asks before picking when MAJOR is implied, writes a changelog underwiki/versions/, enforces the rule that release commits touch onlywiki/versions/, opens a release PR, and tags the merge commit onmainwithvX.Y.Zafter merge. Closes #3.
Notes¶
No backend, frontend, schema, or test changes.