kiwiproject / kiwiproject-changelog

Generates change logs
MIT License
1 stars 0 forks source link

Research how to avoid manual updates to version in ChangelogGeneratorMain #151

Closed sleberknight closed 3 months ago

sleberknight commented 3 months ago

In ChangelogGeneratorMain the picocli @Command contains a version attribute which must be updated each time we perform a release and update to a new version (which the Maven release plugin does automatically).

Is there a way in picocli to tell it how to get the version without needing to hardcode it in the annotation?

sleberknight commented 3 months ago

See this issue --> https://github.com/remkop/picocli/issues/236