From 507786fbb6363c0ec15944869e6c8cf1c7b18d68 Mon Sep 17 00:00:00 2001 From: AlejandroHerr Date: Sun, 30 Dec 2018 13:53:46 +0100 Subject: [PATCH] build(semantic-release): Add release for documentation update commits --- .releaserc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 590c4c1..149a440 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,7 +4,10 @@ "@semantic-release/commit-analyzer", { "preset": "angular", - "releaseRules": [{ "type": "docs", "scope": "README", "release": "patch" }] + "releaseRules": [ + { "type": "docs", "scope": "README", "release": "patch" }, + { "type": "docs", "scope": "documentation", "release": "patch" } + ] } ], "@semantic-release/release-notes-generator",