There was an error while loading. Please reload this page.
1 parent 2da64f5 commit b01b05aCopy full SHA for b01b05a
1 file changed
scripts/change-log-constants.js
@@ -14,6 +14,6 @@ module.exports = Object.freeze({
14
RELEASE_REGEX: new RegExp(/^origin\/release\/v\d{2}\.\d{1,2}\.\d/),
15
PR_REGEX: new RegExp(/(\(#\d+\))/),
16
COMMIT_REGEX: new RegExp(/^([\da-zA-Z]+)/),
17
- TYPE_REGEX: new RegExp(/([a-zA-Z]+)(?:\([\w-]+\))?:/),
+ TYPE_REGEX: new RegExp(/([a-zA-Z]+)(?:\([^)]*\))?:/),
18
GUS_WI_REGEX: new RegExp(/\[W-\d+\]\s*/g)
19
});
0 commit comments