mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-10 06:47:53 +03:00
26 lines
395 B
Plaintext
26 lines
395 B
Plaintext
|
{
|
||
|
"app_name": "Leon",
|
||
|
"sections": [
|
||
|
{
|
||
|
"title": "BREAKING CHANGES",
|
||
|
"grep": "BREAKING"
|
||
|
},
|
||
|
{
|
||
|
"title": "Features",
|
||
|
"grep": "^feat"
|
||
|
},
|
||
|
{
|
||
|
"title": "Bug Fixes",
|
||
|
"grep": "^fix"
|
||
|
},
|
||
|
{
|
||
|
"title": "Performance Improvements",
|
||
|
"grep": "^perf"
|
||
|
},
|
||
|
{
|
||
|
"title": "Documentation Changes",
|
||
|
"grep": "^docs"
|
||
|
}
|
||
|
]
|
||
|
}
|