Skip to content

Commit e83c26a

Browse files
[internal] Fix changelog generation for infra tags (#19266)
Signed-off-by: Olivier Tassinari <[email protected]>
1 parent e1ad902 commit e83c26a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/changelogUtils.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,10 @@ async function generateChangelog({
336336
case 'docs':
337337
docsCommits.push(commitItem);
338338
break;
339-
case 'core': // Legacy
340339
case 'internal':
340+
case 'support-infra':
341+
case 'code-infra':
342+
case 'docs-infra':
341343
internalCommits.push(commitItem);
342344
break;
343345
case 'codemod':

0 commit comments

Comments
 (0)