Files
demo/.chglog/config.yml

38 lines
765 B
YAML
Raw Permalink Normal View History

2025-05-28 20:16:08 +02:00
style: github
template: CHANGELOG.tpl.md
2025-05-29 11:04:31 +02:00
2025-05-28 20:16:08 +02:00
info:
title: CHANGELOG
repository_url: https://dev.ksite.de/ralf.kirchner/demo
2025-05-29 11:04:31 +02:00
2025-05-28 20:16:08 +02:00
options:
commits:
2025-05-29 11:04:31 +02:00
sort_by: "date" # Optional, default is OK too
exclude_merge_commits: false
2025-05-28 20:16:08 +02:00
commit_groups:
2025-05-29 11:04:31 +02:00
group_by: "Type"
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
docs: Documentation
chore: Maintenance
test: Tests
build: Build System
ci: Continuous Integration
style: Code Style
2025-05-28 20:16:08 +02:00
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
2025-05-29 11:04:31 +02:00
2025-05-28 20:16:08 +02:00
notes:
keywords:
2025-05-29 11:04:31 +02:00
- BREAKING CHANGE
- DEPRECATED