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.