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
This commit is contained in:
Kara Erickson 2019-08-12 15:57:10 -07:00
parent c68371ed14
commit 48487cb70e
1 changed files with 0 additions and 1 deletions

View File

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