Skip to content

Draft: added command `next` to display next major/minor/patch/post version

Markus Heberling requested to merge tisoft/python-kacl:main into main

There is already a command current that displays the latest released version from the changelog.

The command release accepts major/minor/patch/post to automatically bump this version.

This change added a new command next that uses the same bumping logic from the release command and displays the resulting version.

This can be used to verify the version before actually releasing.

Merge request reports