semver-common 0.1.2

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

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;