Skip to main content

determine_bump

Function determine_bump 

Source
pub fn determine_bump(
    commits: &[ConventionalCommit],
    classifier: &dyn CommitClassifier,
) -> Option<BumpLevel>
Expand description

Determine the highest bump level from a set of conventional commits.

Returns None if no commits warrant a release.