Skip to content

Commit f9d05fb

Browse files
committed
Fix labels for release sections
1 parent ba89d20 commit f9d05fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// section -> label
22
const sectionLabelMap = {
33
'Core Changes': 'type: next',
4-
'Documentation Changes': 'type: documentation',
5-
'Example Changes': 'type: example',
4+
'Documentation Changes': 'area: documentation',
5+
'Example Changes': 'area: examples',
66
}
77

88
const fallbackSection = 'Misc Changes'

0 commit comments

Comments
 (0)