cargo-semantic-release 1.0.0

Plugin for Cargo to create semantic release
Documentation
1
2
3
4
5
6
7
mod changes;
mod repo;
#[cfg(any(test, feature = "test_util"))]
pub mod test_util;

pub use crate::changes::Changes;
pub use crate::changes::SemanticVersionAction;