nx icon indicating copy to clipboard operation
nx copied to clipboard

feat(release): add option to opt-out commit scope filter

Open L2jLiga opened this issue 1 month ago • 4 comments

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

L2jLiga avatar Nov 05 '25 16:11 L2jLiga