# Release

> Bump the project version across all release branches and commit the changes. Use when the user asks to do a release or update the version on all branches.

- Skill: `openshift/release` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openshift/release`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openshift/release/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: openshift (https://skillmd.com/u/openshift)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openshift/release

---


# Release

For each branch in [release-branches.md](release-branches.md):

1. `git checkout <branch>`
2. `git checkout -b version-bump-<new-version>-<branch>`
3. Apply the [update-version](../update-version/SKILL.md) skill
4. Commit: `Bump version from <old-version> to <new-version>`

Return to the starting branch when done. Do not push.

