50e1d4b8c8
Add the `git-chglog` tool to handle auto-generating the project changelog based on the commit history. Add a custom configuration and file template. Update the Makefile to include a command to generate the changelog.
24 lines
451 B
YAML
Executable File
24 lines
451 B
YAML
Executable File
style: gitlab
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter
|
|
options:
|
|
commit_groups:
|
|
title_maps:
|
|
feat: Added
|
|
fix: Fixed
|
|
revert: Reverted
|
|
header:
|
|
pattern: "^(\\w*)\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|
|
- Changed
|
|
- Deprecated
|
|
- Removed
|
|
- Security
|