Crate git_cliff_core
source ·Expand description
A highly customizable changelog generator
Features
The cargo features of the library are:
repo
: Enable parsing commits from a git repository. Enabled by default. You can turn this off if you already have the commits to put in the changelog and you don’t needgit-cliff
to parse them.
Modules
- Changelog generator.
- Command runner.
- Git commit.
- Config file parser.
- Embedded file handler.
- Error handling.
- Common release type.
- Git repository.
- Template engine.
Constants
- Default configuration file.