Skip to content
Snippets Groups Projects
Unverified Commit a704057a authored by ITaluone's avatar ITaluone Committed by GitHub
Browse files

docs(versioning/same-major): fix typo (#32732)

parent 74c87b41
No related branches found
No related tags found
No related merge requests found
The 'Same Major' versioning is designed to handle the case where a version needs to treated as a "greate than or equal to" constraint.
The 'Same Major' versioning is designed to handle the case where a version needs to treated as a "greater than or equal to" constraint.
Specifically, the case where the version say, `X.Y.Z` signifies a range of compatibility from greater than or equal to `X.Y.Z` to less than `X+1`.
This process uses Semver-Coerced versioning beneath the surface, single versions (e.g., `X.Y.Z`) are converted to a range like `X+1` and then passed to the corresponding semver-coerced method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment