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:
parent
71309d223d
commit
a73e125c04
|
@ -10,6 +10,7 @@ module.exports = (gulp) => () => {
|
||||||
const conventionalChangelog = require('gulp-conventional-changelog');
|
const conventionalChangelog = require('gulp-conventional-changelog');
|
||||||
const ignoredScopes = [
|
const ignoredScopes = [
|
||||||
'aio',
|
'aio',
|
||||||
|
'dev-infra',
|
||||||
'docs-infra',
|
'docs-infra',
|
||||||
'zone.js',
|
'zone.js',
|
||||||
];
|
];
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
"compiler",
|
"compiler",
|
||||||
"compiler-cli",
|
"compiler-cli",
|
||||||
"core",
|
"core",
|
||||||
|
"dev-infra",
|
||||||
"docs-infra",
|
"docs-infra",
|
||||||
"elements",
|
"elements",
|
||||||
"forms",
|
"forms",
|
||||||
|
|
Loading…
Reference in New Issue