Cut a new versioned release of askify-bot. Use this whenever the user wants to "create a release", "cut a release", "release a new version", "ship a version", "bump the version", "publish a release", "prepare release notes", or asks what the next version should be. Inspects package.json + the latest git tag, summarizes every change since the last tag, asks for the version bump strategy (major/minor/patch), writes matching CHANGELOG.md and web/content/changelog entries, bumps package.json, commits, and publishes the GitHub release (the tag is created automatically on publish, which triggers the deploy workflow). Trigger this even if the user only says "release it" or "let's tag a version" without naming a version number.
2026-06-10