We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fbe21 commit 9238a72Copy full SHA for 9238a72
README.md
@@ -80,7 +80,7 @@ With the previous example:
80
If a commit doesn't match any rule in `releaseRules` it will be evaluated against the [default release rules](lib/default-release-rules.js).
81
82
With the previous example:
83
-- Commits with a breaking change will be associated with a `minor` release.
+- Commits with a breaking change will be associated with a `major` release.
84
- Commits with `type` 'feat' will be associated with a `minor` release.
85
- Commits with `type` 'fix' will be associated with a `patch` release.
86
- Commits with `type` 'perf' will be associated with a `patch` release.
0 commit comments