semver-common 0.10.2

Common library to use for semantic release core and plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod mock;
mod models;
mod tools;
mod utils;

pub use models::Alert;
pub use models::Change;
pub use models::ChangeList;
pub use models::Commit;
pub use models::CommitBucket;
pub use models::CommitMap;
pub use models::Version;
pub use tools::git;
pub use utils::run_command;