From 8e7fba39998c0034a6c3b3fee6b1f4df49d200ca Mon Sep 17 00:00:00 2001 From: Aidan Fraser Date: Fri, 15 Sep 2023 11:49:13 -0700 Subject: [PATCH] Remove unnecessary claim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index b695b3c..a77b941 100644 --- a/semver.md +++ b/semver.md @@ -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.