chore: update release.yml

This commit is contained in:
pany 2024-09-27 20:29:08 +08:00
parent 256e48b0db
commit 934eed8e7b
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,21 @@
/**
* 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" }
}
}