build: exclude ivy commit messages from the release notes (#27532)

there is still too much churn to make this info useful in the release notes, advanced
developers can use git log to find out what's going on with ivy.

PR Close #27532
This commit is contained in:
Igor Minar 2018-12-06 14:47:42 -08:00 committed by Alex Rickabaugh
parent 01114dc10a
commit b6deb00b97

View File

@ -11,6 +11,7 @@ module.exports = (gulp) => () => {
const ignoredScopes = [
'aio',
'docs-infra',
'ivy',
];
return gulp.src('CHANGELOG.md')