Update release.yml (#138561)

Add missing labels tag, which was causing the release notes generation to break.

cc: @MaryaBelanger
diff --git a/.github/release.yml b/.github/release.yml
index 34868f5..32772d1 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -6,13 +6,61 @@
     labels:
       - passed first triage
       - passed secondary triage
+      - team-release
+      - "team: flakes"
+      - revert
   categories:
     - title: Framework
       labels:
         - framework
-    - title: Tooling
+        - "a: text input"
+        - "f: scrolling"
+        - "f: routes"
+        - "f: selection"
+      exclude:
+        labels:
+          - "f: material"
+    - title: Material
       labels:
-        - tool
+        - "f: material"
+    # Mobile
+    - title: iOS
+      labels:
+        - platform-ios
+        - "f: cupertino"
+    - title: Android
+      labels:
+        - platform-android
+    # Desktop
     - title: MacOS
       labels:
         - platform-mac
+    - title: Windows
+      labels:
+        - platform-windows
+    - title: Linux
+      labels:
+        - platform-linux
+    # Web
+    - title: Web
+      labels:
+        - platform-web
+        - "browser: chrome-desktop"
+        - "browser: edge"
+        - "browser: firefox"
+        - "browser: safari-macos"
+    # Misc
+    - title: Tooling
+      labels:
+        - tool
+    - title: DevTools
+      labels:
+        - "d: devtools"
+        - "d: intellij"
+    - title: Documentation
+      labels:
+        - "d: examples"
+        - "d: api docs"
+    - title: Other Changes
+      labels:
+        - '*'