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
01114dc10a
commit
b6deb00b97
@ -11,6 +11,7 @@ module.exports = (gulp) => () => {
|
||||
const ignoredScopes = [
|
||||
'aio',
|
||||
'docs-infra',
|
||||
'ivy',
|
||||
];
|
||||
|
||||
return gulp.src('CHANGELOG.md')
|
||||
|
Loading…
x
Reference in New Issue
Block a user