mirror of
https://github.com/mudler/luet.git
synced 2025-10-20 18:31:40 +00:00
28 lines
529 B
YAML
Executable File
28 lines
529 B
YAML
Executable File
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/mudler/luet
|
|
options:
|
|
commits:
|
|
# filters:
|
|
# Type:
|
|
# - feat
|
|
# - fix
|
|
# - perf
|
|
# - refactor
|
|
commit_groups:
|
|
title_maps:
|
|
feat: Features
|
|
fix: Bug Fixes
|
|
perf: Performance Improvements
|
|
refactor: Code Refactoring
|
|
ci: Continous Integration
|
|
header:
|
|
pattern: "(.*)"
|
|
pattern_maps:
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|