0
0
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:
Aidan Fraser 2023-09-15 11:49:13 -07:00 committed by GitHub
parent e44432f53f
commit 8e7fba3999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.