Skip to main content

CommitParser

Trait CommitParser 

Source
pub trait CommitParser: Send + Sync {
    // Required method
    fn parse(&self, commit: &Commit) -> Result<ConventionalCommit, ReleaseError>;
}
Expand description

Parses raw commits into conventional commits.

Required Methods§

Implementors§