From b6deb00b971fb473ffbd3dd1e5923941db53a6dd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Dec 2018 14:47:42 -0800 Subject: [PATCH] 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 --- tools/gulp-tasks/changelog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gulp-tasks/changelog.js b/tools/gulp-tasks/changelog.js index 44c936bf7d..7c34fd67b5 100644 --- a/tools/gulp-tasks/changelog.js +++ b/tools/gulp-tasks/changelog.js @@ -11,6 +11,7 @@ module.exports = (gulp) => () => { const ignoredScopes = [ 'aio', 'docs-infra', + 'ivy', ]; return gulp.src('CHANGELOG.md')