chore: update release.yml
This commit is contained in:
parent
256e48b0db
commit
934eed8e7b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
|
||||
- run: npx changelogithub
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.V3_ADMIN_VITE}}
|
||||
GITHUB_TOKEN: ${{ secrets.V3_ADMIN_VITE }}
|
||||
|
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