diff --git a/dist/index.js b/dist/index.js index 80e2cec..a8c84b7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) {