Expand description
Release Orchestrator Module
Implements the batuta stack release command functionality.
Coordinates releases across multiple crates in topological order,
ensuring all quality gates pass before publishing.
§Module Structure
orchestrator: CoreReleaseOrchestratorstruct and methodstests: Unit tests for release orchestrationproptests: Property-based tests using proptest
Re-exports§
pub use super::releaser_types::format_plan_text;pub use super::releaser_types::BumpType;pub use super::releaser_types::ReleaseConfig;pub use super::releaser_types::ReleaseResult;pub use super::releaser_types::ReleasedCrate;
Structs§
- Release
Orchestrator - Release orchestrator for coordinated multi-crate releases