mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-22 18:06:11 +00:00
30 lines
600 B
YAML
Executable file
30 lines
600 B
YAML
Executable file
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/git-chglog/git-chglog
|
|
options:
|
|
commits:
|
|
filters:
|
|
Type:
|
|
- feat
|
|
- fix
|
|
- perf
|
|
- refactor
|
|
- chore
|
|
commit_groups:
|
|
title_maps:
|
|
feat: Features
|
|
fix: Bug Fixes
|
|
perf: Performance Improvements
|
|
refactor: Code Refactoring
|
|
chore: Chores
|
|
header:
|
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Scope
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|