mirror of
https://github.com/semver/semver.git
synced 2025-08-22 13:58:33 +00:00
Remove unnecessary claim
There are many forms of Semantic Versioning. Claiming that SemVer “is” Semantic Versioning isn’t necessary and risks implying there other semantic schemes don’t exist.
This commit is contained in:
parent
e44432f53f
commit
8e7fba3999
@ -44,7 +44,7 @@ affecting the API increment the patch version, backwards compatible API
|
||||
additions/changes increment the minor version, and backwards incompatible API
|
||||
changes increment the major version.
|
||||
|
||||
This is called "Semantic Versioning". Under this scheme, version numbers
|
||||
Under this scheme, version numbers
|
||||
and the way they change convey meaning about the underlying code and what has
|
||||
been modified from one version to the next.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user