When running git flow release start you often find yourself pausing for a moment and asking yourself, what exactly you've changed. Does your change qualifiy as a patch or is it already a minor version jump? When using git trailers like proposed by Conventional Commits, one could guess the version number according to gitflow. So the command would be something like this:
git flow release start propose
git flow release start guess
git flow release start auto-determine
When running
git flow release startyou often find yourself pausing for a moment and asking yourself, what exactly you've changed. Does your change qualifiy as a patch or is it already a minor version jump? When using git trailers like proposed by Conventional Commits, one could guess the version number according to gitflow. So the command would be something like this: