build: filter out changelog entries for zone.js from framework changelog (#31277)

We don't want to show entries for the `zone.js` scope in the main framework
changelog file. The zone.js changelog will be handled separately within the
`packages/zone.js` folder. (see [here](https://github.com/angular/angular/pull/31277#issuecomment-505934681))

PR Close #31277
This commit is contained in:
Paul Gschwendtner 2019-06-26 18:17:07 +02:00 committed by Kara Erickson
parent 59d2edfebe
commit e01d697eed
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ module.exports = (gulp) => () => {
'aio',
'docs-infra',
'ivy',
'zone.js',
];
return gulp.src('CHANGELOG.md')