Closed
Description
Describe the feature or enhancement
In the new library template the pretty version has to be edited inside buid.gradle.kts
. The incremental (integer) version inside release.properties
. Before this template I think everything was in 1 file.
What is the use case?
It feels a bit off to go to 2 files to change a version. Seems like a minor thingy, but when both version things were next to eachother it didn't felt so bad haha 😄
Alternatives considered
I understand the incremental version is used for the inner workings of the contribution manager, but it would be great if for instance (only?) the release number in the GItHub release could/would be used for versioning.