Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00
v3-admin-vite/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" }
}
}