Purpose: Take a project from "code is ready" to "tagged and ready to push."
Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and optional draft GitHub Release. Everything is local and reversible. Publishing is CI's job.
| version | No | Semver string (e.g., 1.7.0). If omitted, suggest based on commit analysis | | --check | No | Readiness validation only — don't generate or write anything | | --dry-run | No | Show generated changelog + version bumps without writing | | --skip-checks | No | Skip pre-flight validation (tests, lint) |
Rilascia il tuo software. Convalida pre-flight, generazione del registro delle modifiche, aggiornamenti di versione, commit della versione, tag, bozza della versione GitHub. Confine: tutto fino al tag git. Trigger: "rilascio", "taglia un rilascio", "prepara il rilascio", "controllo del rilascio". Fonte: boshu2/agentops.