conventional-commits-for-java icon indicating copy to clipboard operation
conventional-commits-for-java copied to clipboard

fix!: cc style and release plugin fixes.

Open videki opened this issue 2 years ago • 0 comments

Fixes #16

  • maven-release-plugin issues that the calculated properties are not taken and tag version is reverted in the snapshot commit
  • breaking change pattern
  • patch version skips as mentioned in #7
  • "breaking change" type was not compliant to the cc styles
  • cc style check added

Test cases added to check the versioning behaviour in case multiple commit types.

Dependency lib bumps where possible.

videki avatar May 31 '22 21:05 videki