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
{
level: 1,
reason: 'There are 0 BREAKING CHANGES and 2 features',
releaseType: 'minor'
}
Of course I'm expecting a patch releaseType not minor.
I've actually tried on multiple branches and it always returns a minor bump. I passed a custom whatBump function to see what commits it was pulling and it seemed to pull the whole history from the main branch (where I branched from). The commit list was 680+ commits long!
I think it would be easy to be able to pass a commit message string to the function as an option. From what I got from the docs it is not possible, is it? If not, would you be open to a PR that would make this possible?
The text was updated successfully, but these errors were encountered:
I had a single commit PR that ran this on CI and the only commit was
and
returned
Of course I'm expecting a
patch
releaseType notminor
.I've actually tried on multiple branches and it always returns a minor bump. I passed a custom
whatBump
function to see what commits it was pulling and it seemed to pull the whole history from themain
branch (where I branched from). The commit list was 680+ commits long!I think it would be easy to be able to pass a commit message string to the function as an option. From what I got from the docs it is not possible, is it? If not, would you be open to a PR that would make this possible?
The text was updated successfully, but these errors were encountered: