releez 1.0.3

An utility tool to run application release-checklist safely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use self::error::{Error, ErrorExt, ResultExt};

pub mod constants;
mod error;
pub mod out;
pub mod prelude;
pub mod runner;
pub mod types;
pub mod utils;

pub type Result<T> = std::result::Result<T, Error>;