Skip to content

Use consistent semver for lazygit versioning  #1791

@leucos

Description

@leucos

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions