Comprehensive release preparation workflow including quality gates, security audit, changelog generation, version bumping, tagging, and publishing
## Goal Orchestrate a complete release workflow with quality gates, version bumping, and publishing automation. ## User Input --- ## What This Command Does `/specswarm:release` orchestrates a complete release workflow: 1. **Pre-Release Validation** - Checks git status, branch protection, uncommitted changes 2. **Quality Gates** - Runs tests, linting, type checking, build verification 3. **Security Audit** - Optional security scan (recommended for production releases) 4. **Version Bumping** - Semantic versioning (patch/minor/major) 5. **Changelog Generation** - Auto-generates changel...
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更新、バージョン更新、タグ作成)
Create a new Git Flow release branch from develop with version bumping and changelog generation
Update CHANGELOG.md with changes since the last version increase. Check our README.md for any necessary changes. Check the scope of changes since the last release and increase our version number as appropriate: **$ARGUMENTS**