diff --git a/tools/release/changelog.ts b/tools/release/changelog.ts index 79cf4e86bef7..171ae767e6fd 100644 --- a/tools/release/changelog.ts +++ b/tools/release/changelog.ts @@ -27,7 +27,7 @@ const orderedChangelogPackages = [ ]; /** List of packages which are excluded in the changelog. */ -const excludedChangelogPackages = ['google-maps']; +const excludedChangelogPackages = []; /** Prompts for a changelog release name and prepends the new changelog. */ export async function promptAndGenerateChangelog(changelogPath: string) {