From 2485ff1357d170c268d26d50f74d5a400fd18bc5 Mon Sep 17 00:00:00 2001 From: singapore <singapore@redgc.com> Date: Wed, 18 Oct 2017 19:37:39 +0200 Subject: [PATCH] chore: add semantic-release release rules --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dfea8daf00..a1887fda93 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"} + ] + } } } -- GitLab