conventional-commits-for-java
conventional-commits-for-java copied to clipboard
Resolve patch version skipped
Closes #7
This add a check to avoid the skipping of a version, by using nextVersion twice. With the fix, we only change the patch version if it is not a patch, since the patch is bumped with the next development iteration.