mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
fa4aa93e8d
commit
0c46b09bbf
22
engine/src/flutter/.github/release.yml
vendored
Normal file
22
engine/src/flutter/.github/release.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user