From 18bac15ddd5d2585c4386051dfc0ffdd55ee7a14 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Mon, 12 Aug 2019 15:57:10 -0700 Subject: [PATCH] ci: add ivy commits to generated CHANGELOG (#32114) Historically, we've cleaned Ivy commits out of the CHANGELOG because Ivy was not available except as a preview. Given that Ivy will soon be the default in 9.0.0, it no longer makes sense to remove the Ivy commits from the log. This changes the gulp changelog task so that Ivy commits are included by default. PR Close #32114 --- tools/gulp-tasks/changelog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gulp-tasks/changelog.js b/tools/gulp-tasks/changelog.js index 137a847d6d..432ba3d986 100644 --- a/tools/gulp-tasks/changelog.js +++ b/tools/gulp-tasks/changelog.js @@ -11,7 +11,6 @@ module.exports = (gulp) => () => { const ignoredScopes = [ 'aio', 'docs-infra', - 'ivy', 'zone.js', ];