Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Sep 27, 2024
1 parent 256e48b commit 934eed8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.V3_ADMIN_VITE}}
GITHUB_TOKEN: ${{ secrets.V3_ADMIN_VITE }}
21 changes: 21 additions & 0 deletions changelogithub.config.json
Original file line number Diff line number Diff line change
@@ -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" }
}
}

0 comments on commit 934eed8

Please sign in to comment.