๐Ÿš€
DevOpsRust

Release Bump

by mikeyobrien

Release Bump is a DevOps skill for Claude Code, published by mikeyobrien in ralph-orchestrator.

3.1K stars285 forkson mikeyobrien/ralph-orchestratorAdded 2026/08/17Repository updated 2026/08/16
aiai-agentsai-agents-frameworkai-developer-toolsclaude-codeclaude-code-clicodex-clidevelopment-toolsdevelopment-workflowgemini-clikirokiro-cliopencoderalph-loopralph-wiggum
Install in seconds
Install Release Bump
Copy Release Bump into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mikeyobrien/ralph-orchestrator/tree/main/.claude/skills/release-bump ~/.claude/skills/release-bump

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mikeyobrien/ralph-orchestrator.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/release-bump/SKILL.md in mikeyobrien/ralph-orchestrator
Installs to
~/.claude/skills/release-bump
Collection
One of 20 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Release Bump does

Release Bump updates version numbers across a Rust workspace Cargo.toml, runs cargo build and cargo test, then commits, pushes, and tags to trigger CI release. Use after fixes are committed and ready to publish.

Release Bump is cataloged under DevOps on DirSkills. Release Bump comes from a repository tagged ai, ai-agents, ai-agents-framework, ai-developer-tools and claude-code.

Documentation

README

Release Bump

Overview

Bump version and trigger release for ralph-orchestrator. All versions live in workspace Cargo.toml - individual crates inherit via version.workspace = true.

Confirm the new version with the user. Once the bump commit is pushed, track progress of the release.

Quick Reference

Step Command/Action
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

Version Locations (All in Cargo.toml)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release Bump

  • What else does mikeyobrien publish alongside Release Bump?

    Release Bump is one of 20 skills that DirSkills catalogs from mikeyobrien/ralph-orchestrator, the repository it ships in. Its siblings there include Code Assist, Code Task Generator and Complex Test. Each one is a separate skill with its own page in this directory, installs the same way Release Bump does, and is maintained by mikeyobrien in that same repository. The rest of the collection is listed on the mikeyobrien/ralph-orchestrator page.

  • How does Release Bump compare to other DevOps skills?

    Release Bump ranks #211 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release Bump against them. Open each page to compare what they document and how they install.