conventional-commits-for-java
conventional-commits-for-java copied to clipboard
fix!: cc style and release plugin fixes.
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.