Skip to content

Add auto-bump minor version feature in version calculation

Choose a tag to compare

@alelom alelom released this 03 Mar 16:45
· 33 commits to main since this release

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.