Skip to content

Commit 5dacbf9

Browse files
committed
Use “minor version number”
In the instances example, use “minor version number” instead of “patch-level”. PVP mandates at least three components: two major ones (A, B), and a minor one (C). “Patch-level” is not defined in the PVP. Using “minor version numer” in the example is consistent and clearer.
1 parent 3cacd55 commit 5dacbf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

v1.0/pvp-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ Now consider this scenario:
143143
version number bumped, as required by the PVP.
144144
2. Package B, which can still work with the old and new version of
145145
package A, changes its dependency on package A to allow for both
146-
versions. Package B only gets a patch-level bump.
147-
3. Package C might or might not compile, depending on which patch-level
146+
versions. Package B only gets a minor version number bump.
147+
3. Package C might or might not compile, depending on which minor
148148
version of package B is used.
149149

150150
The PVP could require that package B must bump its major version number

v1.1/pvp-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Now consider this scenario:
146146
version number bumped, as required by the PVP.
147147
2. Package B, which can still work with the old and new version of
148148
package A, changes its dependency on package A to allow for both
149-
versions. Package B only gets a patch-level bump.
150-
3. Package C might or might not compile, depending on which patch-level
149+
versions. Package B only gets a minor version number bump.
150+
3. Package C might or might not compile, depending on which minor
151151
version of package B is used.
152152

153153
The PVP could require that package B must bump its major version number

0 commit comments

Comments
 (0)