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

View File

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