Kevin Chisholm 0c46b09bbf Add configuration for automating release notes (flutter/engine#42132)
GitHub's automated changelog generation allows teams to setup a configuration file to determine how these changelogs will be generated.  

A similar file is available in flutter/flutter for release note generation.  As tags have been added to flutter/engine, we now have the ability to generate release notes in the same fashion.
2023-05-18 18:01:06 +00:00

23 lines
410 B
YAML

changelog:
exclude:
authors:
- skia-flutter-autoroll
- dependabot
categories:
- title: Impeller
labels:
- impeller
- title: Android
labels:
- platform-android
- title: iOS
labels:
- platform-ios
- title: Web
labels:
- platform-web
- title: Desktop
labels:
- platform-windows
- platform-macos