rust-release

Automate Rust crate releases with version bumps, builds, and Homebrew updates.

4|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/thrashr888/thrashr888-agent-kit --skill rust-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-release
Source: https://github.com/thrashr888/thrashr888-agent-kit/tree/main/skills/rust-release
Command: npx skills add https://github.com/thrashr888/thrashr888-agent-kit --skill rust-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end release process for Rust CLIs by coordinating version bumps, builds, and artifact distribution across platforms.

Core Features & Use Cases

  • Version bumping, cargo build/check, and tests as part of a release workflow
  • GitHub Releases automation with release notes
  • Homebrew tap/formula updates for macOS distribution
  • Pre-release checks and post-release housekeeping to ensure traceability

Quick Start

Trigger a full release pipeline that bumps the version, builds multi-platform binaries, creates release notes, and updates the Homebrew tap.

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 CLI releases to GitHub and Homebrew?

Automate Rust CLI releases by orchestrating version bumps, multi-platform builds, and artifact distribution across Linux and macOS targets, updating GitHub Releases and Homebrew taps automatically.

What platforms are supported for multi-platform Rust binary distribution?

Multi-platform Rust binary distribution supports Linux x86_64, Linux aarch64, macOS x86_64, and macOS aarch64 targets, with automated Homebrew tap updates for macOS distribution.

Do I need cargo and Git to automate Rust crate releases?

Yes, automating Rust crate releases requires cargo for building and testing, Git for version control operations, and GitHub API access to create releases and manage distribution artifacts.

Can I run pre-release checks and post-release housekeeping for a Rust release?

Yes, the Rust release workflow includes pre-release checks like cargo build and test validation, plus post-release housekeeping to ensure traceability after GitHub Releases and Homebrew updates are published.

What's the best way to handle version bumping and release notes for Rust projects?

Handle version bumping and release notes generation automatically as part of an end-to-end Rust release pipeline that coordinates builds, distribution, and GitHub Releases publication.