> On Dec 11, 2023, at 2:32 PM, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote:
>
> I propose to keep the old strategy: after a release we set the version
> number to the next patch release.
> Only if we merge a change that requires a minor bump (we can tag
> those), we bump the release to the next minor version.
Actually, the strategy was to always make the version number a patch release.
It really didn’t matter what the version number was though. When I ran the
release plugin I always specified the release version so all the pom versions
got updated regardless of what they were.
I would prefer that the CI system determine the release number based on what is
in the changelog. That simply means we need to have enough enumerations to
handle all the cases and be able to classify each enumeration as either patch
or minor.
Ralph