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

Remove superfluous spaces

This commit is contained in:
Arseniy Zhizhelev 2020-06-22 10:55:38 +03:00 committed by GitHub
parent bfcb909efb
commit 8d19c8a91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,9 +292,9 @@ In such environments where only one version of a library could
be present in a running system, the transitive dependencies effectively become
part of the public library interface and thus the version of the user library SHOULD be
incremented to the same degree as the version of the transitive dependency:
- for MAJOR change in transitive dependency we SHOULD increment MAJOR part of our version,
- for MINOR change in transitive dependency we SHOULD increment MINOR part of our version,
- for PATCH change in transitive dependency we SHOULD increment PATCH part of our version.
- for MAJOR change in transitive dependency we SHOULD increment MAJOR part of our version,
- for MINOR change in transitive dependency we SHOULD increment MINOR part of our version,
- for PATCH change in transitive dependency we SHOULD increment PATCH part of our version.
If a few dependencies are being changed, only the highest degree is required to be incremented.
(See also [the discussion](https://github.com/semver/semver/issues/341).)