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
For the major version upgrade, providing the "BREAKING CHANGE: message" is not bumping the major version rather bumping the patch version.
The "BREAKING CHANGE" needs to be in the commit's body - not its title.
@mathieudutour Can you please elaborate how to trigger other version bumps (except patch i.e. default) with an example commit message?
My commit message looks like: (git commit -m "Test commit" -m "Minor")
Getting below error for pull request:
Error: 1.0.9-refs/pull/2/merge.0 is not a valid semver
For the major version upgrade, providing the "BREAKING CHANGE: message" is not bumping the major version rather bumping the patch version.
The text was updated successfully, but these errors were encountered: