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:

committed by
Matias Niemelä

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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user