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 3290fc3365
commit fb6a31cbd6
1 changed files with 1 additions and 0 deletions

View File

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