Expand and update a few release.yml categories (#140120)

Updates to the current Material Design label, updates MacOS to macOS, and adds a few other DevTools related labels.
This commit is contained in:
Parker Lougheed 2023-12-14 10:39:15 -06:00 committed by GitHub
parent a51e33ac76
commit a591cc4f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/release.yml vendored
View File

@ -17,12 +17,13 @@ changelog:
- "f: scrolling" - "f: scrolling"
- "f: routes" - "f: routes"
- "f: selection" - "f: selection"
- "f: gestures"
exclude: exclude:
labels: labels:
- "f: material" - "f: material design"
- title: Material - title: Material
labels: labels:
- "f: material" - "f: material design"
# Mobile # Mobile
- title: iOS - title: iOS
labels: labels:
@ -32,7 +33,7 @@ changelog:
labels: labels:
- platform-android - platform-android
# Desktop # Desktop
- title: MacOS - title: macOS
labels: labels:
- platform-mac - platform-mac
- title: Windows - title: Windows
@ -57,6 +58,8 @@ changelog:
labels: labels:
- "d: devtools" - "d: devtools"
- "d: intellij" - "d: intellij"
- "d: tools_metadata"
- "f: inspector"
- title: Documentation - title: Documentation
labels: labels:
- "d: examples" - "d: examples"