Current File : //usr/lib/node_modules/pm2/.changelogrc |
{
"app_name": "",
"logo": "",
"intro": "",
"branch" : "master",
"repo_url": "https://github.com/Unitech/pm2",
"version_name" : "3.1.1",
"tag": "3.1.0",
"file": "currentTagChangelog.md",
"template": "changelogTemplate.md",
"sections": [
{
"title": "Bug Fixes",
"grep": "^fix"
},
{
"title": "Hot Fixes",
"grep": "^hotfix"
},
{
"title": "Features",
"grep": "^feature"
},
{
"title": "Documentation",
"grep": "^docs"
},
{
"title": "Breaking changes",
"grep": "BREAKING"
},
{
"title": "Refactor",
"grep": "^refactor"
},
{
"title": "Performance improvement",
"grep": "^perf"
},
{
"title": "Style",
"grep": "^style"
},
{
"title": "Test",
"grep": "^test"
},
{
"title": "Chore",
"grep": "^chore"
},
{
"title": "Branchs merged",
"grep": "^Merge branch"
},
{
"title" : "Pull requests merged",
"grep": "^Merge pull request"
}
]
}