22 lines
558 B
JSON
22 lines
558 B
JSON
/**
|
||
* 仓库:https://github.com/antfu/changelogithub
|
||
* 注意:业务系统可以直接忽略和删除该文件
|
||
*/
|
||
|
||
{
|
||
"types": {
|
||
"feat": { "title": "Feat" },
|
||
"fix": { "title": "Fix" },
|
||
"perf": { "title": "Perf" },
|
||
"style": { "title": "Style" },
|
||
"refactor": { "title": "Refactor" },
|
||
"revert": { "title": "Revert" },
|
||
"test": { "title": "Test" },
|
||
"docs": { "title": "Docs" },
|
||
"chore": { "title": "Chore" },
|
||
"workflow": { "title": "Workflow" },
|
||
"ci": { "title": "CI" },
|
||
"types": { "title": "Types" }
|
||
}
|
||
}
|