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

Commit 18b24b8

Browse files
maint: add labels to release.yml for auto-generated grouping (#182)
## Which problem is this PR solving? - auto-generated release notes should just automatically include dependencies and docs in maintenance section ## Short description of the changes - update `release.yml` that gets used for generating release notes to include labels of `type: dependencies` and `type: documentation`
1 parent 67ae857 commit 18b24b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ changelog:
1818
- title: 🛠 Maintenance
1919
labels:
2020
- "type: maintenance"
21+
- "type: dependencies"
22+
- "type: documentation"
2123
- title: 🤷 Other Changes
2224
labels:
23-
- "*"
25+
- "*"

0 commit comments

Comments
 (0)