2021-02-07 15:05:41 +01:00
|
|
|
style: github
|
|
|
|
template: CHANGELOG.tpl.md
|
|
|
|
info:
|
|
|
|
title: CHANGELOG
|
|
|
|
repository_url: https://github.com/thegeeklab/hugo-geekdoc
|
|
|
|
options:
|
|
|
|
commit_groups:
|
|
|
|
title_maps:
|
|
|
|
feat: Features
|
|
|
|
fix: Bug Fixes
|
|
|
|
perf: Performance Improvements
|
|
|
|
refactor: Code Refactoring
|
|
|
|
chore: Others
|
2021-02-11 21:25:43 +01:00
|
|
|
test: Testing
|
|
|
|
ci: CI Pipeline
|
|
|
|
docs: Documentation
|
2021-02-07 15:05:41 +01:00
|
|
|
header:
|
|
|
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
|
|
|
pattern_maps:
|
|
|
|
- Type
|
|
|
|
- Scope
|
|
|
|
- Subject
|
|
|
|
notes:
|
|
|
|
keywords:
|
|
|
|
- BREAKING CHANGE
|