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
Im working on a project still in 0.y.z version. For bugfixes we want to bump patch and for new features or changes - minor. Im following conventional commits and using standard-verstion to cut a release. I noticed it always bumps patch version even if only feat commits have been made. I debugged the code and turns out config.preMajor is set to true. Before I overwrite it I want to know why such behaviour seems to be intended ?
In other words - why in 0.y.z any major or minor change is disregarded and only patch is incremented?
Im working on a project still in 0.y.z version. For bugfixes we want to bump patch and for new features or changes - minor. Im following conventional commits and using standard-verstion to cut a release. I noticed it always bumps patch version even if only feat commits have been made. I debugged the code and turns out
config.preMajor
is set to true. Before I overwrite it I want to know why such behaviour seems to be intended ?In other words - why in 0.y.z any major or minor change is disregarded and only patch is incremented?
The text was updated successfully, but these errors were encountered: