cargo-governor 1.2.0

Machine-First, LLM-Ready, CI/CD-Native release automation tool for Rust crates
Documentation
1
2
3
4
5
6
7
8
9
10
//! Release automation subcommands

pub mod analyze;
pub mod bump;
pub mod check;
pub mod plan;
pub mod publish;
pub mod resume;
pub mod simulate;
pub mod status;