Fix labels for release sections

This commit is contained in:
Tim Neutkens 2021-11-21 13:11:54 +01:00
parent ba89d204e8
commit f9d05fb1ec

View file

@ -1,8 +1,8 @@
// section -> label
const sectionLabelMap = {
'Core Changes': 'type: next',
'Documentation Changes': 'type: documentation',
'Example Changes': 'type: example',
'Documentation Changes': 'area: documentation',
'Example Changes': 'area: examples',
}
const fallbackSection = 'Misc Changes'