bump-release

Execute automated release workflow for Rust projects using Conventional Emoji Commits. Analyze commits since last release, determine semantic version bump (MAJOR/MINOR/PATCH), update Cargo.toml, generate changelog with git-cliff, create git tags, and publish GitHub releases. Use when the user requests to cut a release, bump version, create a release, or publish a new version. Also use when the user asks about the release process or wants to preview what the next release would be.

$ Installieren

git clone https://github.com/codekiln/langstar /tmp/langstar && cp -r /tmp/langstar/.claude/skills/bump-release ~/.claude/skills/langstar

// tip: Run this command in your terminal to install the skill