Cut a semver release by computing the next version from recent commits, generating annotated release notes from the template, validating with the user, then creating and pushing the git tag along with a bump commit. Use when the user says "release", "tag", "tag this release", "bump version", "release v1.2.0", "cut a release", or invokes /release-tag. Do NOT use for plain commits without a tag, opening pull requests, pushing a branch only, or amending existing tags.
$npx -y skills add ai-driven-dev/framework --skill 03-release-tagInstalls into the current project.
Run `npx skills use "https://github.com/ai-driven-dev/framework" --skill "ai-driven-dev/framework/03-release-tag"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ai-driven-dev/framework" that are relevant to the current task. Run `npx skills add "https://github.com/ai-driven-dev/framework"` and select the relevant skills, then follow their instructions.