Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Nov 8, 2024
1 parent b0d6409 commit 55adf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30021,7 +30021,7 @@ const breakingLabel = ['break', 'breaking', 'breaking changes'];
const featureLabel = ['feature', 'feat', 'enhancement'];
const docsLabel = ['docs', 'doc', 'documentation'];
const refactorLabel = ['pref', 'refactor'];
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

0 comments on commit 55adf91

Please sign in to comment.