chore: update release.yml
This commit is contained in:
parent
256e48b0db
commit
934eed8e7b
21
changelogithub.config.json
Normal file
21
changelogithub.config.json
Normal 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" }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user