-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Current versioning uses only Major.Minor for first minor release; e.g. 'v0.32'.
However, the versioning scheme switches to Major.Minor.Patch afterwards (e.g. 'v0.32.1').
This makes it difficult to automate installations with tools that strictly enforce consistent versioning (e.g. binenv).
Describe the solution you'd like
It would be great to have all release containing Major.Minor.Patch (e.g. 'v0.32.0' instead of 'v0.32').
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request