You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`msgRegex: ${config.convention.msgRegex.source} does not have all mandatory capture groups ('type', 'scope', 'breaking', 'description')`);
42
+
}
43
+
36
44
if(configOverride.changelog){
37
45
constchangelogConfig=config.changelog;
38
46
constchangelogOverride=configOverride.changelog;
@@ -106,7 +114,7 @@ function defaultConfig() {
106
114
// match only release version e.g. 1.2.3 ((?:[^-]|$) ignores pre-release versions e.g. 1.2.3-SNAPSHOT)
0 commit comments