Feature Request - Proper semver versioning #2396
HairyHook
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
Hello,
In the semver world (https://semver.org/), 0.7.1.-hotfix.1 is considered a pre-release of 0.7.1.
Update software such as What's Up Docker (aka WUD) see 0.7.1 as the next update of 0.7.1.-hotfix.1 (0.7.1 > 0.7.1.-hotfix.1), when the behavior should be 0.7.1 < 0.7.1.-hotfix.1 < 0.7.1.-hotfix.2, etc.
This can easily be solved if "-hotfix" is removed from the version name. "-alpha" tags should remain as is because they are indeed pre-releases.
Thank you
Why is this feature important?
Versioning standardization
Additional context, screenshots, and relevant links
No response
All reactions