feat(dev-infra): add dev-infra to the commit message scopes (#35992)

Adds dev-infra to the commit message scopes.  Also, sets the scope to be ignored
in changelogs.

PR Close #35992
This commit is contained in:
Joey Perrott 2020-03-10 08:11:09 -07:00 committed by Matias Niemelä
parent 71309d223d
commit a73e125c04
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = (gulp) => () => {
const conventionalChangelog = require('gulp-conventional-changelog');
const ignoredScopes = [
'aio',
'dev-infra',
'docs-infra',
'zone.js',
];

View File

@ -21,6 +21,7 @@
"compiler",
"compiler-cli",
"core",
"dev-infra",
"docs-infra",
"elements",
"forms",