Wave/.chglog/config.yml

41 lines
761 B
YAML
Raw Normal View History

2024-02-21 18:08:49 +00:00
style: "github"
2024-02-19 20:53:01 +00:00
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/miawinter98/Wave
options:
2024-02-20 11:01:14 +00:00
tag_filter_pattern: '^v'
2024-02-19 20:53:01 +00:00
issues:
prefix:
- '#'
commits:
filters:
Type:
- Added
- Changed
- fixed
- Implemented
- Improved
2024-02-20 11:01:14 +00:00
- Removed
2024-02-19 20:53:01 +00:00
commit_groups:
2024-02-21 18:08:49 +00:00
sort_by: Custom
title_order:
- Added
- Implemented
- Improved
- Changed
- Removed
- fixed
2024-02-19 20:53:01 +00:00
# title_maps:
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
header:
pattern: "^((\\w+)\\s.*)$"
pattern_maps:
- Subject
- Type
notes:
keywords:
- BREAKING CHANGE