Automatic versioning
mcataford opened this issue · 1 comments
mcataford commented
Is your feature request related to a problem? Please describe.
Having to manually increment the version is a bit unwieldy and error-prone. It would be nice to automate this.
Describe the solution you'd like
A system like semantic versioning to generate the version tag depending on the changes in the PR.
Additional context
It would allow easier tracking of major/minor feature merges.
mcataford commented
This is addressed by Maven during the release process. Other versioning would be redundant.