Skip to content

Commit dab9870

Browse files
committed
Add 'also' to clarify that major change may also include minor and patch changes.
1 parent 7c834b3 commit dab9870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ within the private code. It MAY include patch level changes. Patch version
8686
MUST be reset to 0 when minor version is incremented.
8787

8888
1. Major version X (X.y.z | X > 0) MUST be incremented if any backwards
89-
incompatible changes are introduced to the public API. It MAY include minor
89+
incompatible changes are introduced to the public API. It MAY also include minor
9090
and patch level changes. Patch and minor version MUST be reset to 0 when major
9191
version is incremented.
9292

0 commit comments

Comments
 (0)