Unverified Commit f68612e7 authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub

[docs] Expand categories for automated release notes (#136967)

Updates release.yml to expand categories for automated release notes utilizing updated labels. 

For more information on automated release notes see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

CC: @MaryaBelanger @atsansone
parent 6b78b726
......@@ -6,13 +6,60 @@ changelog:
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:
- tool
- "f: material"
- title: Material
labels:
- "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
- "d: devtools"
- "d: intellij"
- title: Documentation
labels:
- "d: examples"
- "d: api docs"
- title: Other Changes
labels:
- '*'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment