Skip to content

Commit

Permalink
Create configuration to automatically generate release notes (flutter…
Browse files Browse the repository at this point in the history
…#101375)

* [experiment] Release note generation

* [experiment] Release note generation
  • Loading branch information
itsjustkevin authored Apr 5, 2022
1 parent 6bb36bb commit fbdbb09
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
changelog:
exclude:
authors:
- engine-flutter-autoroll
- fluttergithubbot
labels:
- passed first triage
- passed secondary triage
categories:
- title: Framework
labels:
- framework
- title: Tooling
labels:
- tool
- title: MacOS
labels:
- platform-mac

0 comments on commit fbdbb09

Please sign in to comment.