Crate conventional_commits_next_semver

Source

Re-exports§

pub use error::Error;
pub use types::SemverCompatibleGitTag;

Modules§

error
The crate’s error type.
types
Contains structs, enums and traits provided by this crate.
utils

Functions§

git_commits_in_range
Returns a list of commits that are in a given range.
latest_semver_compatible_git_tag
Returns the latest semantic version compatible git tag inside a repository.
next_version
Returns the next semantic release version.