DevOps Release Planner
Turn a pile of commits into a clean release. The workflow reads git history (and optionally CI status) to produce a plan you can ship.
Outputs
- Changelog — grouped by feature / fix / breaking
- Version bump — semver recommendation with rationale
- Risk assessment — flags risky areas touched since the last tag
- Rollback plan — concrete revert steps
Install
bash
npx nuclexa install devops-release-planner --target claude-codeRequests network to read CI status from your provider (optional — works offline from git alone).