File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function load(configFile) {
27
27
conventionConfig . releaseTagGlobPattern = conventionOverride . releaseTagGlobPattern ||
28
28
conventionConfig . releaseTagGlobPattern ;
29
29
30
- conventionConfig . msgRegex = RegExp ( conventionOverride . commitMessageRegexPattern ) || conventionConfig . msgRegex ;
30
+ conventionConfig . msgRegex = RegExp ( conventionOverride . commitMessageRegexPattern || conventionConfig . msgRegex ) ;
31
31
conventionConfig . commitTypes = conventionOverride . commitTypes || conventionConfig . commitTypes ;
32
32
conventionConfig . featureCommitTypes = conventionOverride . featureCommitTypes || conventionConfig . featureCommitTypes ;
33
33
conventionConfig . commitScopes = conventionOverride . commitScopes || conventionConfig . commitScopes ;
You can’t perform that action at this time.
0 commit comments