foo4u / conventional-commits-for-java

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

CC style handled incorrectly and does not work with maven-release-plugin 3.0.0-M5 #16

Open videki opened 2 years ago

videki commented 2 years ago

With the release plugin 3.0.0-M5 the plugin does not work due getEnvironment() got deprecated. As mentioned in issue #7 the version handling skips one version due the snapshot version after release is not used. The breaking change type is handled differently than it is described on the reference site and the footer based way is not supported.