mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 10:51:12 +00:00
28 lines
529 B
YAML
28 lines
529 B
YAML
![]() |
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
|