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
Add auto-bump minor version feature in version calculation
This commit introduces an optional parameter, auto_bump_minor, to the calculate_next_version function. If enabled and no conventional commits are found, the function will automatically bump the minor version of the baseline version. This enhancement improves version management by allowing for automatic increments in scenarios where no commits are present, streamlining the versioning process.
0 commit comments