Skip to content

Commit

Permalink
chore: 更新 changelogithub 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 25, 2024
1 parent 6f87caf commit 4d518b0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
with:
fetch-depth: 0

- name: Set node
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
registry-url: https://registry.npmjs.org/
node-version: lts/*

- run: npx changelogithub
env:
Expand Down
14 changes: 0 additions & 14 deletions changelogithub.config.json

This file was deleted.

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,19 @@
},
"lint-staged": {
"*": "eslint --fix"
},
"changelogithub": {
"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" }
}
}
}

0 comments on commit 4d518b0

Please sign in to comment.