mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
29 lines
494 B
YAML
Executable File
29 lines
494 B
YAML
Executable File
---
|
|
style: Github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/prologic/bitcask
|
|
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
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|