Files
open-im-server/CHANGELOG/.chglog/config.yml
T

28 lines
588 B
YAML
Raw Normal View History

2023-05-16 13:54:09 +08:00
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
2023-05-16 15:34:53 +08:00
repository_url: https://github.com/OpenIMSDK/Open-IM-Server
2023-05-16 13:54:09 +08:00
options:
commits:
2023-05-16 15:34:53 +08:00
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
2023-05-16 13:54:09 +08:00
commit_groups:
2023-05-16 15:34:53 +08:00
# title_maps:
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
2023-05-16 13:54:09 +08:00
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
2023-05-16 15:34:53 +08:00
- BREAKING CHANGE