mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Remove superfluous spaces
This commit is contained in:
parent
bfcb909efb
commit
8d19c8a91f
@ -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
|
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
|
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:
|
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 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 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 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.
|
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).)
|
(See also [the discussion](https://github.com/semver/semver/issues/341).)
|
||||||
|
Loading…
Reference in New Issue
Block a user