Increment version (SemVer), commit, and tag for release
# Release Version Manager Interactive version management for software projects. Automates [semantic versioning (SemVer)](https://semver.org), project file updates, and git tag creation. **Model**: Uses the model configured in `release-plugin.model` (see /release:changelog for model selection). ## Instructions ### 1. Detect Project Type Check for project files **in the project root only** (not recursively) in this order: | Project Type | Detection | Version File(s) | |--------------|-----------|-----------------| | **Claude Plugin** | `.claude-plugin/plugin.json` in project root | `plu...
Safely prepare project for public GitHub release by sanitizing files, checking documentation, and validating configuration.
Safely prepare project for public GitHub release by sanitizing files, checking documentation, and validating configuration.
リリースプロセス自動化(CHANGELOG更新、バージョン更新、タグ作成)
Comprehensive release preparation workflow including quality gates, security audit, changelog generation, version bumping, tagging, and publishing
Create a new Git Flow release branch from develop with version bumping and changelog generation