Skip to content

Commit fbdbb09

Browse files
authored
Create configuration to automatically generate release notes (#101375)
* [experiment] Release note generation * [experiment] Release note generation
1 parent 6bb36bb commit fbdbb09

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- engine-flutter-autoroll
5+
- fluttergithubbot
6+
labels:
7+
- passed first triage
8+
- passed secondary triage
9+
categories:
10+
- title: Framework
11+
labels:
12+
- framework
13+
- title: Tooling
14+
labels:
15+
- tool
16+
- title: MacOS
17+
labels:
18+
- platform-mac

0 commit comments

Comments
 (0)