Skip to content

Commit 6e32f04

Browse files
authored
Add catch-all for release notes
This catches all PRs that don't match one of the specified labels and puts them under one category.
1 parent 636a58f commit 6e32f04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ changelog:
1414
- title: Dependencies
1515
labels:
1616
- dependencies
17+
- title: Other Changes
18+
labels:
19+
- "*"

0 commit comments

Comments
 (0)