From 59d2edfebe95818952affd6d7723a96bdb7ad591 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 26 Jun 2019 10:39:23 +0200 Subject: [PATCH] build: allow "zone.js" as scope for commit messages (#31277) Adds `zone.js` as valid scope for commit messages. This is necessary because the `zone.js` repository has been moved into the mono-repo and future changes should be categorized properly through commit messages. Currently the pre-commit git hook or CircleCI will fail when `zone.js` is used as commit scope. PR Close #31277 --- tools/validate-commit-message/commit-message.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/validate-commit-message/commit-message.json b/tools/validate-commit-message/commit-message.json index 089fc4bff9..18374ea6f7 100644 --- a/tools/validate-commit-message/commit-message.json +++ b/tools/validate-commit-message/commit-message.json @@ -36,6 +36,7 @@ "service-worker", "upgrade", "packaging", - "changelog" + "changelog", + "zone.js" ] }