programs.git-cliff.enable
Whether to enable git-cliff changelog generator.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.git-cliff.package
The git-cliff package to use.
Type: null or package
Default:
pkgs.git-cliff
Declared by:
programs.git-cliff.settings
Configuration written to
$XDG_CONFIG_HOME/git-cliff/cliff.toml. See
https://git-cliff.org/docs/configuration
for the documentation.
Type: TOML value
Default:
{ }
Example:
{
header = "Changelog";
trim = true;
}
Declared by: