git-mkver icon indicating copy to clipboard operation
git-mkver copied to clipboard

Java-friendly library

Open nicerloop opened this issue 4 years ago • 0 comments

Hi,

Would it be possible to have a Java-friendly library packaging of your nice tool?

I recently discovered maven (and gradle) can have their artifact versions configured at run-time from git history (https://github.com/qoomon/maven-git-versioning-extension or https://github.com/jgitver/jgitver-maven-plugin).

I also discovered conventional-commits and your tool based on conventional-commits to compute the version.

I would like to combine both to benefit from conventional-commits computed version in my maven projects. But I don't know Scala, only Java, hence the question about a Java-friendly library, which I could try and use in a maven integration.

nicerloop avatar Feb 10 '21 18:02 nicerloop