概要
This skill streamlines the complex process of releasing Rust command-line applications by providing a structured, step-by-step workflow for versioning, automated multi-platform binary generation via GitHub Actions, and distribution through Homebrew. It manages critical tasks such as updating Cargo.toml and Cargo.lock, creating annotated git tags with release notes, monitoring build status via the GitHub CLI, and updating Homebrew formulas with new SHA256 hashes. It ensures consistent, error-free releases across Linux (GNU/musl), macOS (Intel/ARM), and Windows platforms.