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 ignoredScopes = [
|
||||
'aio',
|
||||
'dev-infra',
|
||||
'docs-infra',
|
||||
'zone.js',
|
||||
];
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"compiler",
|
||||
"compiler-cli",
|
||||
"core",
|
||||
"dev-infra",
|
||||
"docs-infra",
|
||||
"elements",
|
||||
"forms",
|
||||
|
|
Loading…
Reference in New Issue