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:
parent
3290fc3365
commit
fb6a31cbd6
|
@ -11,6 +11,7 @@ module.exports = (gulp) => () => {
|
|||
const ignoredScopes = [
|
||||
'aio',
|
||||
'docs-infra',
|
||||
'ivy',
|
||||
];
|
||||
|
||||
return gulp.src('CHANGELOG.md')
|
||||
|
|
Loading…
Reference in New Issue