Skip to content

Commit 3e8fca1

Browse files
authored
ci: add Dependencies category + exclude noise from release notes (#258)
Adds Dependencies category (groups Dependabot PRs) and excludes duplicate/invalid/wontfix labels from auto-generated release notes. Aligns with the cross-repo standard tracked in #145 while preserving the domain-based scheme (Proto/Server/SDK/CLI/Infra).
1 parent 1da1767 commit 3e8fca1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
changelog:
2+
exclude:
3+
labels:
4+
- duplicate
5+
- invalid
6+
- wontfix
27
categories:
38
- title: "⚠️ Breaking Changes"
49
labels:
@@ -23,6 +28,10 @@ changelog:
2328
- title: "Documentation"
2429
labels:
2530
- docs
31+
- documentation
32+
- title: "Dependencies"
33+
labels:
34+
- dependencies
2635
- title: "Other Changes"
2736
labels:
2837
- "*"

0 commit comments

Comments
 (0)