Fallback version behavior for changes not using conventional commits when using nx release. #29527
jrood
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using conventional commits with nx release, there should be a way to configure a fallback so that, if a package has changed, but none of those change commits match conventional commit types, the version will still at least be bumped at the specified level (most likely set to patch). This replicates the behavior of Lerna with conventional commits.
e.g.
Beta Was this translation helpful? Give feedback.
All reactions