Use consistent semver for lazygit versioning
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').
I'm happy to do that from here on.
Will close this issue after the next release
Thanks for the change @jesseduffield ! However I have another question regarding versioning.
The latest version is "v0.35" (e.g. "major.minor" scheme) while there was a v0.32.2 ("major.minor.patch" scheme) in January this year.
Do you plan to stick to "major.minor" scheme from now on ?