semver-common 1.2.4

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

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