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ยง
- Commit
Parser - Parser for conventional commits from a git repository.
- Conventional
Commit - A parsed conventional commit with version bump information.