foo4u / conventional-commits-for-java

Conventional commits plugins for Java build systems. Maven only for now.
17 stars 11 forks source link

Resolve patch version skipped #15

Open fmdaboville opened 2 years ago

fmdaboville commented 2 years ago

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.