utPLSQL / utPLSQL-cli

Command line client for invoking utPLSQL
Apache License 2.0
40 stars 15 forks source link

Inconsistent version number for 3.1.9 #216

Closed jgebal closed 1 year ago

jgebal commented 1 year ago

All previous utPLSQL-cli releases had version number in releases starting with a letter v like v3.1.8 Latest release however is missing the v letter and therefore is breaking the naming convention.

We need to fix this by making another release of the same sourcecode under tag v3.1.9 and make sure that next releases are following the same naming conventions.

simasch commented 1 year ago

Why do we need that?

The tag is based on the Maven version that doesn't have a prefix.

jgebal commented 1 year ago

It was only for consistency and I considered last rekease tagging approach to be changed by mistske. If we want to fo donerhong let's be consistent.

What do you suggest?

simasch commented 1 year ago

This was not a mistake, the tags are created based on the Maven version, which is done automatically by the GitFlow plugin.

This makes sense, as the Maven version should be the same. In this case, the prefix v in the old tags could be considered inconsistent.

Therefore I'm closing this issue.