Install
openclaw skills install release-managementDeep release management workflow—versioning semantics, branching and tags, release checklist, communications, rollback criteria, and hotfix discipline. Use when shipping software on a cadence or coordinating multi-team releases.
openclaw skills install release-managementReleases combine coordination and risk management: what ships, when, how we verify, and how we recover.
Trigger conditions:
Initial offer:
Use six stages: (1) versioning policy, (2) branching & tags, (3) release candidate & checklist, (4) communication, (5) deploy & verify, (6) post-release & hotfixes). Confirm deployment model (continuous delivery vs batch releases).
Goal: Define SemVer (or alternative) rules: what counts as breaking, how migrations are communicated, and how pre-releases work.
Exit condition: Written policy linking version numbers to customer-facing risk.
Goal: Choose a strategy (trunk-based with release branches, GitFlow-lite, etc.) and use annotated tags tied to changelog entries.
Goal: Freeze criteria: QA scope, DB migrations dry-run, feature flag defaults, config diffs, load/perf smoke for risky changes.
Goal: Internal notes for support/CS/SRE; external release notes with breaking changes highlighted and migration steps.
Goal: Canary or progressive rollout where possible; SLO dashboards; rollback trigger agreed before deploy starts.
Goal: Lightweight retro; hotfix branches from the release tag; forward-merge fixes back to main; track incidents linked to release.