35217febfc
Reviewed-on: https://git.mills.io/prologic/tube/pulls/20
37 lines
640 B
YAML
Executable file
37 lines
640 B
YAML
Executable file
---
|
|
style: Github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://git.mills.io/prologic/tube
|
|
options:
|
|
commits:
|
|
filters:
|
|
Type:
|
|
- Add
|
|
- Fix
|
|
- Update
|
|
- Document
|
|
commit_groups:
|
|
title_maps:
|
|
Add: Features
|
|
Update: Updates
|
|
Fix: Bug Fixes
|
|
Document: Documentation
|
|
header:
|
|
pattern: "^((\\w+)\\s.*)$"
|
|
pattern_maps:
|
|
- Subject
|
|
- Type
|
|
refs:
|
|
actions:
|
|
- Closes
|
|
- Fixes
|
|
reverts:
|
|
pattern: "^Revert \"([\\s\\S]*)\"$"
|
|
pattern_maps:
|
|
- Header
|
|
notes:
|
|
keywords:
|
|
- NOTE
|
|
- BREAKING CHANGE
|