1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-17 06:00:33 +03:00
leon/.changelogrc
2019-02-10 20:26:50 +08:00

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"
}
]
}