mod footer;
pub use footer::Footer;
mod breaking_change;
pub use breaking_change::BreakingChange;
mod commit_type;
pub use commit_type::CommitType;
mod scope;
pub use scope::{Scope, ScopeError};
mod description;
pub use description::{Description, DescriptionError};
mod body;
pub use body::Body;
mod message;
pub use message::{CommitMessageError, ConventionalCommit};
mod references;
pub use references::References;