semver-common 1.2.1

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
15
mod alert;
mod change;
mod change_list;
mod commit;
mod commit_bucket;
mod commit_map;
mod version;

pub use alert::Alert;
pub use change::Change;
pub use change_list::ChangeList;
pub use commit::Commit;
pub use commit_bucket::CommitBucket;
pub use commit_map::CommitMap;
pub use version::Version;