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

Commit fff1e55

Browse files
authored
[release] Update release config (#49254)
Updates automated release note configuration with the following: * Corrects the label name for impeller changes. * Adds fallback "Other Changes" section that includes unlabeled changes.
1 parent 0f2c37e commit fff1e55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ changelog:
66
categories:
77
- title: Impeller
88
labels:
9-
- impeller
9+
- "e: impeller"
1010
- title: Android
1111
labels:
1212
- platform-android
@@ -20,3 +20,6 @@ changelog:
2020
labels:
2121
- platform-windows
2222
- platform-macos
23+
- title: Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)