1 parent 3a0b580 commit b366511Copy full SHA for b366511
1 file changed
.github/scripts/format-release-notes.mjs
@@ -20,6 +20,7 @@ const sectionNames = new Map([
20
['Bug Fixes', 'Fixes'],
21
['Performance Improvements', 'Updates'],
22
['Code Refactoring', 'Updates'],
23
+ ['Chart Changes', 'Updates'],
24
]);
25
const droppedSections = new Set(['Documentation']);
26
const sectionOrder = ['Commercial Features', 'Features', 'Fixes', 'Updates', 'Upstream', 'Reverts'];
0 commit comments