Skip to content

Commit 990f2e2

Browse files
[code-infra] Update changelog script (@cherniavskii) (#16224)
Co-authored-by: Andrew Cherniavskii <[email protected]>
1 parent 83ef604 commit 990f2e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/releaseChangelog.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ ${logTeamSection()}
334334
335335
#### \`@mui/x-data-grid@__VERSION__\`
336336
337-
${logChangelogSection(dataGridCommits) || `No changes since \`@mui/x-data-grid@${lastRelease}\`.`}
337+
${logChangelogSection(dataGridCommits) || 'Internal changes.'}
338338
339339
#### \`@mui/x-data-grid-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
340340
@@ -352,7 +352,7 @@ ${logChangelogSection(dataGridPremiumCommits)}${dataGridPremiumCommits.length >
352352
353353
#### \`@mui/x-date-pickers@__VERSION__\`
354354
355-
${logChangelogSection(pickersCommits) || `No changes since \`@mui/x-date-pickers@${lastRelease}\`.`}
355+
${logChangelogSection(pickersCommits) || 'Internal changes.'}
356356
357357
#### \`@mui/x-date-pickers-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
358358
@@ -364,7 +364,7 @@ ${logChangelogSection(pickersProCommits)}${pickersProCommits.length > 0 ? '\n' :
364364
365365
#### \`@mui/x-charts@__VERSION__\`
366366
367-
${logChangelogSection(chartsCommits) || `No changes since \`@mui/x-charts@${lastRelease}\`.`}
367+
${logChangelogSection(chartsCommits) || 'Internal changes.'}
368368
369369
#### \`@mui/x-charts-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
370370
@@ -373,7 +373,7 @@ ${logChangelogSection(chartsProCommits)}${chartsProCommits.length > 0 ? '\n' : '
373373
### Tree View
374374
375375
#### \`@mui/x-tree-view@__VERSION__\`
376-
${logChangelogSection(treeViewProCommits) || `No changes since \`@mui/x-tree-view-pro@${lastRelease}\`.`}
376+
${logChangelogSection(treeViewProCommits) || 'Internal changes.'}
377377
378378
#### \`@mui/x-tree-view-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
379379

0 commit comments

Comments
 (0)