1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 06:17:20 +03:00
leon/.changelogrc

26 lines
395 B
Plaintext
Raw Normal View History

2019-02-10 15:26:50 +03:00
{
"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"
}
]
}