Skip to content

Commit 9238a72

Browse files
CumpsDgr2m
authored andcommitted
docs(README): Breaking changes are a major release, not a minor (#61)
1 parent 70fbe21 commit 9238a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ With the previous example:
8080
If a commit doesn't match any rule in `releaseRules` it will be evaluated against the [default release rules](lib/default-release-rules.js).
8181

8282
With the previous example:
83-
- Commits with a breaking change will be associated with a `minor` release.
83+
- Commits with a breaking change will be associated with a `major` release.
8484
- Commits with `type` 'feat' will be associated with a `minor` release.
8585
- Commits with `type` 'fix' will be associated with a `patch` release.
8686
- Commits with `type` 'perf' will be associated with a `patch` release.

0 commit comments

Comments
 (0)