0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00

Remove shall and shall not from the note

The document does NOT use the words "SHALL" or "SHALL NOT" so let's not include them in this clarification.
This commit is contained in:
Ryan Maleki 2022-02-16 20:28:56 -08:00 committed by GitHub
parent c13e625abe
commit ae613876ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,9 @@ been modified from one version to the next.
Semantic Versioning Specification (SemVer) Semantic Versioning Specification (SemVer)
------------------------------------------ ------------------------------------------
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT"
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be , "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted
interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
1. Software using Semantic Versioning MUST declare a public API. This API 1. Software using Semantic Versioning MUST declare a public API. This API
could be declared in the code itself or exist strictly in documentation. could be declared in the code itself or exist strictly in documentation.