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
This commit is contained in:
Paul Gschwendtner 2019-06-26 10:39:23 +02:00 committed by Kara Erickson
parent a8f3b317f1
commit 59d2edfebe
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
"service-worker",
"upgrade",
"packaging",
"changelog"
"changelog",
"zone.js"
]
}