rust-release

Automate Rust project releases with version bumping, changelog updates, and documentation refresh.

11|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/bug-ops/claude-plugins --skill rust-release-bug-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-release
Source: https://github.com/bug-ops/claude-plugins/tree/main/rust-code/skills/rust-release
Command: npx skills add https://github.com/bug-ops/claude-plugins --skill rust-release-bug-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the Rust project release process, reducing manual effort and potential errors in versioning, changelogs, and documentation.

Core Features & Use Cases

  • Automated Version Bumping: Bump patch, minor, or major versions with simple commands.
  • Changelog and Documentation Updates: Keep changelogs and documentation up-to-date with the latest release details.
  • Use Case: With a single command, update your project's version, changelog, and documentation, ready for a new release.

Quick Start

Trigger a release by executing the command /rust-release patch.

Frequently Asked Questions about rust-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Rust project release management including version bumping and changelog updates?

Automate Rust project release management by triggering a single command to handle semantic version bumping, changelog updates, and documentation refresh, reducing manual effort and potential errors in the release process.

Does this automated release process work for Rust workspace projects or only single crates?

The automated release process works for both single-crate and Rust workspace projects, ensuring version bumping, changelog updates, and documentation refresh are executed correctly across different project structures.

How do I bump a patch version in my Rust project and update the changelog?

Bump a patch version in your Rust project and update the changelog by executing the command `/rust-release patch`, which automatically refreshes documentation and prepares the project for a new release.

What is the best way to maintain semantic versioning and changelogs for a Rust crate?

The best way to maintain semantic versioning and changelogs for a Rust crate is to automate the release process, ensuring version bumps, changelog updates, and documentation refresh are handled correctly without manual intervention.

Can I trigger a minor or major version bump for my Rust project with this automated release approach?

Yes, you can trigger minor or major version bumps for your Rust project by executing the respective commands, which will automatically update the version, changelog, and documentation according to semantic versioning rules.