If defaultBump is outside minBump / maxBump, the action will usually fail. While this could be a misconfiguration (user error), it's far more likely to be due to the combination of a defaultBump intended for main / master, paired with a versionTemplate on a particular branch.
When there is an explicit value configured, it'll log the difference to reduce surprises.
If
defaultBump
is outside minBump / maxBump, the action will usually fail. While this could be a misconfiguration (user error), it's far more likely to be due to the combination of adefaultBump
intended formain
/master
, paired with aversionTemplate
on a particular branch.When there is an explicit value configured, it'll log the difference to reduce surprises.