Skip to content

Commit 5822051

Browse files
josephperrottmmalerba
authored andcommitted
release: fix typing for excludedChangelogPackages (#17680)
1 parent a67cef6 commit 5822051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const orderedChangelogPackages = [
2727
];
2828

2929
/** List of packages which are excluded in the changelog. */
30-
const excludedChangelogPackages = [];
30+
const excludedChangelogPackages: string[] = [];
3131

3232
/** Prompts for a changelog release name and prepends the new changelog. */
3333
export async function promptAndGenerateChangelog(changelogPath: string) {

0 commit comments

Comments
 (0)