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) {
2727 conventionConfig . releaseTagGlobPattern = conventionOverride . releaseTagGlobPattern ||
2828 conventionConfig . releaseTagGlobPattern ;
2929
30- conventionConfig . msgRegex = RegExp ( conventionOverride . commitMessageRegexPattern ) || conventionConfig . msgRegex ;
30+ conventionConfig . msgRegex = RegExp ( conventionOverride . commitMessageRegexPattern || conventionConfig . msgRegex ) ;
3131 conventionConfig . commitTypes = conventionOverride . commitTypes || conventionConfig . commitTypes ;
3232 conventionConfig . featureCommitTypes = conventionOverride . featureCommitTypes || conventionConfig . featureCommitTypes ;
3333 conventionConfig . commitScopes = conventionOverride . commitScopes || conventionConfig . commitScopes ;
You can’t perform that action at this time.
0 commit comments