You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Commits with `type` 'docs' and `scope` 'README' will be associated with a `patch` release.
102
103
- Commits with `type` 'refactor' and `scope` starting with 'core-' (i.e. 'core-ui', 'core-rules', ...) will be associated with a `minor` release.
103
104
- Other commits with `type` 'refactor' (without `scope` or with a `scope` not matching the glob `core-*`) will be associated with a `patch` release.
105
+
- Commits with scope `no-release` will not be associated with a release type.
104
106
105
107
##### Default rules matching
106
108
@@ -111,6 +113,7 @@ With the previous example:
111
113
- Commits with `type` 'feat' will be associated with a `minor` release.
112
114
- Commits with `type` 'fix' will be associated with a `patch` release.
113
115
- Commits with `type` 'perf' will be associated with a `patch` release.
116
+
- Commits with scope `no-release` will not be associated with a release type even if they have a breaking change or the `type` 'feat', 'fix' or 'perf'.
0 commit comments