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.
This commit is contained in:
Kevin Chisholm 2023-05-18 13:01:06 -05:00 committed by GitHub
parent fa4aa93e8d
commit 0c46b09bbf

22
engine/src/flutter/.github/release.yml vendored Normal file
View File

@ -0,0 +1,22 @@
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