We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67cef6 commit 5822051Copy full SHA for 5822051
tools/release/changelog.ts
@@ -27,7 +27,7 @@ const orderedChangelogPackages = [
27
];
28
29
/** List of packages which are excluded in the changelog. */
30
-const excludedChangelogPackages = [];
+const excludedChangelogPackages: string[] = [];
31
32
/** Prompts for a changelog release name and prepends the new changelog. */
33
export async function promptAndGenerateChangelog(changelogPath: string) {
0 commit comments