Skip to content

Commit

Permalink
chore: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Dec 5, 2024
1 parent 03cf43a commit bb9161c
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 534 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30022,7 +30022,7 @@ const featureLabel = ['feature', 'feat', 'enhancement'];
const docsLabel = ['docs', 'doc', 'documentation'];
const refactorLabel = ['pref', 'refactor'];
const noticeLabel = ['notice', 'new component'];
exports.CHANGELOG_REG = /-\s([A-Z]+)(?:\(([A-Z\s_-]*)\))?\s*:\s*(.+)/gi;
exports.CHANGELOG_REG = /-\s([A-Z]+)(?:\(([A-Z\s_-]*)\))?\s*:\s(.+)/gi;
exports.PULL_NUMBER_REG = /in\shttps:\/\/github\.com\/.+\/pull\/(\d+)/g;
exports.SKIP_CHANGELOG_REG = /\[x\] 本条 PR 不需要纳入 Changelog/i;
function getPullNumbers(body) {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"dayjs": "^1.11.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.0",
"@antfu/eslint-config": "^3.11.2",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit bb9161c

Please sign in to comment.