We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba89d20 commit f9d05fbCopy full SHA for f9d05fb
release.js
@@ -1,8 +1,8 @@
1
// section -> label
2
const sectionLabelMap = {
3
'Core Changes': 'type: next',
4
- 'Documentation Changes': 'type: documentation',
5
- 'Example Changes': 'type: example',
+ 'Documentation Changes': 'area: documentation',
+ 'Example Changes': 'area: examples',
6
}
7
8
const fallbackSection = 'Misc Changes'
0 commit comments