Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2c77c80

Browse files
authored
Add configuration for automating release notes (#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.
1 parent 1937066 commit 2c77c80

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- skia-flutter-autoroll
5+
- dependabot
6+
categories:
7+
- title: Impeller
8+
labels:
9+
- impeller
10+
- title: Android
11+
labels:
12+
- platform-android
13+
- title: iOS
14+
labels:
15+
- platform-ios
16+
- title: Web
17+
labels:
18+
- platform-web
19+
- title: Desktop
20+
labels:
21+
- platform-windows
22+
- platform-macos

0 commit comments

Comments
 (0)