release-bump
✓Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish
Installation
SKILL.md
Bump version and trigger release for ralph-orchestrator. All versions live in workspace Cargo.toml - individual crates inherit via version.workspace = true.
| 1. Bump version | Edit Cargo.toml: replace all version = "X.Y.Z" (7 occurrences) | | 2. Build | cargo build (updates Cargo.lock) | | 3. Test | cargo test | | 4. Commit | git add Cargo.toml Cargo.lock && git commit -m "chore: bump to vX.Y.Z" | | 5. Push | git push origin main | | 6. Tag | git tag vX.Y.Z && git push origin vX.Y.Z |
Tip: Use Edit tool with replaceall: true on version = "OLD" → version = "NEW" to update all 7 at once.
Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish Source: mikeyobrien/ralph-orchestrator.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill release-bump- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is release-bump?
Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish Source: mikeyobrien/ralph-orchestrator.
How do I install release-bump?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill release-bump Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mikeyobrien/ralph-orchestrator
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01