kiwiproject / kiwiproject-changelog

Generates change logs
MIT License
1 stars 0 forks source link

Change hardcoded version to use VersionProvider #152

Closed sleberknight closed 3 months ago

sleberknight commented 3 months ago

Use the versionProvider attribute of picocli's @Command annotation and provide an implementation that gets the implementation version from the JAR manifest. In Kotlin:

ChangelogGeneratorMain::class.java.`package`.implementationVersion