From 55adf9150956d35019736bcc2a6ec9d119f45f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Fri, 8 Nov 2024 21:03:52 +0800 Subject: [PATCH] chore: build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {