Skip to main content

Module releaser_preflight

Module releaser_preflight 

Source
Expand description

Release Preflight Checks

Preflight check methods for ReleaseOrchestrator extracted from releaser.rs. Contains all check_* methods for various quality gates.

The common command-execution pattern is factored into helpers::run_check_command, which handles argument parsing, spawning, UTF-8 decoding, and the not-found / general-error branches that every check shares.

Re-exports§

pub use helpers::parse_count_from_json_multi;
pub use helpers::parse_value_from_json;
pub use helpers::run_check_command;
pub use helpers::score_check_result;

Modules§

helpers
Shared helper functions for preflight checks