Skip to content

Commit

Permalink
build: generate changelog for google-maps package (#17563)
Browse files Browse the repository at this point in the history
We previously disabled the changelog generation for the `google-maps`
package. Now that we released it, we should enable the changelog generation
for future changes.
  • Loading branch information
devversion authored and jelbourn committed Nov 1, 2019
1 parent 40ffc89 commit f554610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/changelog.ts
Expand Up @@ -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) {
Expand Down

0 comments on commit f554610

Please sign in to comment.