mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[PR #108] [MERGED] Clarify version comparisons #742
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/108
Author: @haacked
Created: 6/10/2013
Status: ✅ Merged
Merged: 6/10/2013
Merged by: @haacked
Base:
master← Head:clarify-version-comparisons📝 Commits (2)
9dcea3cSection 11: A larger set of pre-release is higher84c9618Attempt to clarify precedence even more.📊 Changes
1 file changed (+15 additions, -7 deletions)
View changed files
📝
semver.md(+15 -7)📄 Description
This is cherry picked from #103 and attempts to clarify precedence.
This clarifies a couple of things.
For example, while the following is implied because it's so obvious, SemVer never really made it clear that 1.9.0 < 2.1.1. It only specifies how each identifier is compared.
The second commit in this PR attempts to clarify how the comparison of each identifier relates to the comparison of the whole version. Does this seem necessary or is it implied elsewhere? Can the language be improved?
/cc @isaacs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.