Skip to content

Commit

Permalink
Fix labels for release sections
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 21, 2021
1 parent ba89d20 commit f9d05fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f9d05fb

Please sign in to comment.