Module conventional

Module conventional 

Source
Expand description

Conventional commit parsing and analysis.

This module uses the git-conventional crate to parse commit messages following the Conventional Commits specification, and gix for git repository access.

Structsยง

CommitParser
Parser for conventional commits from a git repository.
ConventionalCommit
A parsed conventional commit with version bump information.