jdcProject_front/changelogithub.config.json
2024-11-19 14:45:40 +08:00

15 lines
360 B
JSON

{
"types": {
"feat": { "title": "Feat" },
"fix": { "title": "Fix" },
"perf": { "title": "Perf" },
"refactor": { "title": "Refactor" },
"docs": { "title": "Docs" },
"types": { "title": "Types" },
"test": { "title": "Test" },
"ci": { "title": "CI" },
"revert": { "title": "Revert" },
"chore": { "title": "Chore" }
}
}