소개
The Version Bump skill provides a standardized, safe workflow for releasing Rust-based projects. It automates the tedious steps of incrementing patch versions in Cargo.toml, performing preflight checks to ensure a clean git state on the main branch, creating formatted commits, and pushing lightweight tags to the remote repository. This skill is essential for developers looking to maintain consistent versioning history and reduce human error during the release process of Rust CLI tools and libraries.