nx
nx copied to clipboard
feat(release): add option to opt-out commit scope filter
Current Behavior
PR #32915 changed how conventional commits determine version, making them rely on commit scope: commits with types configured to bump minor / major version bumps only patch if commit scope exists and it does not include project name
Expected Behavior
In our project we do not use projectName as commit scope, so we would like to bring back old behavior, this can be achieved by adding option to opt-out such behavior