cargo-governor 2.0.3

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

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