.chglog/config.yml aktualisiert

This commit is contained in:
2025-05-29 11:04:31 +02:00
parent ab724c7a4f
commit 674980cd67

View File

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