From a591cc4f5e2008f27c63df2b2dd61fd7fe572f3d Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 14 Dec 2023 10:39:15 -0600 Subject: [PATCH] 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. --- .github/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 32772d133e..c8ed3a87d5 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -17,12 +17,13 @@ changelog: - "f: scrolling" - "f: routes" - "f: selection" + - "f: gestures" exclude: labels: - - "f: material" + - "f: material design" - title: Material labels: - - "f: material" + - "f: material design" # Mobile - title: iOS labels: @@ -32,7 +33,7 @@ changelog: labels: - platform-android # Desktop - - title: MacOS + - title: macOS labels: - platform-mac - title: Windows @@ -57,6 +58,8 @@ changelog: labels: - "d: devtools" - "d: intellij" + - "d: tools_metadata" + - "f: inspector" - title: Documentation labels: - "d: examples"