You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am trying to setup nx releases in our mono-repo, and configure conventional commits and how they will behave based on the commits, it's pretty straight forward to change minor or patch of a release but how do we prevent BREAKING CHANGE or ! from creating a major release. is there a straight forward way or do I have to use the nx/js programmatic api and create a release script and filter out those commits ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Am trying to setup nx releases in our mono-repo, and configure conventional commits and how they will behave based on the commits, it's pretty straight forward to change
minor
orpatch
of a release but how do we preventBREAKING CHANGE
or!
from creating a major release. is there a straight forward way or do I have to use the nx/js programmatic api and create a release script and filter out those commits ?Beta Was this translation helpful? Give feedback.
All reactions