Skip to content

ci: add Dependencies category + exclude noise from release notes#258

Merged
zeevdr merged 2 commits into
mainfrom
feat/release-yml-deps
Apr 29, 2026
Merged

ci: add Dependencies category + exclude noise from release notes#258
zeevdr merged 2 commits into
mainfrom
feat/release-yml-deps

Conversation

@zeevdr

@zeevdr zeevdr commented Apr 29, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds Dependencies category to .github/release.yml so Dependabot PRs (label dependencies) get grouped in auto-generated release notes.
  • Adds exclude.labels block (duplicate, invalid, wontfix) so triage-noise PRs don't show up in release notes.
  • Adds documentation alongside docs in the Documentation bucket.

Preserves the existing domain-based scheme (Proto / Server / SDK / CLI / Infrastructure) since it's more informative for users than the generic Features/Fixes split.

Closes #145 (decree side).

Test plan

  • Next release auto-categorizes — Dependabot PRs land under Dependencies, no duplicate/invalid/wontfix PRs in notes.

zeevdr added 2 commits April 29, 2026 14:50
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).
@zeevdr zeevdr merged commit 3e8fca1 into main Apr 29, 2026
16 checks passed
@zeevdr zeevdr deleted the feat/release-yml-deps branch April 29, 2026 12:08
@zeevdr zeevdr added enhancement New feature or request ci CI/Infrastructure size: S Quick win — a few hours or less priority: P1 Current milestone work labels May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/Infrastructure enhancement New feature or request priority: P1 Current milestone work size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .github/release.yml for categorized release notes

1 participant