NX release: support dependantChangeType
functionality for release plans
#29716
Hotell
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
-
As we migrate from Beachball we are missing
dependantChangeType
functionality which enables more fine grained control for affected dependants version bumps.How it works within beachball
beachball contains as part of it change file a "dependantChangeType" metadata field which by default is automatically infered based on
bump
typeit can be set either manually after change file generation (
beachball change --dependent-change-type <value>
) or manually by editing the change file.Proposal of implementation
nx release plan --dependent-change-type <value>
Beta Was this translation helpful? Give feedback.
All reactions