diff --git a/package.json b/package.json index dfea8daf007b890b4d9d534fcf18e40cc80d2301..a1887fda93e0060ec7f8c6fafe3945aaba735d62 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,13 @@ ] }, "release": { - "verifyConditions": "condition-circle" + "verifyConditions": "condition-circle", + "analyzeCommits": { + "preset": "angular", + "releaseRules": [ + {"type": "docs", "scope": "readme.md", "release": "patch"}, + {"type": "refactor", "release": "patch"} + ] + } } }