From c2a0e0a6659edaf34172d2059035fa8d1c4de5ae Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Mon, 7 Sep 2026 13:43:52 +0200 Subject: [PATCH] chore: add dedicated "Security" section to release notes Part of eclipse-edc/Connector#5955 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0171VrV7JWP82oQPFQMtwqsJ --- .github/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/release.yaml b/.github/release.yaml index d299d225..df0008ef 100644 --- a/.github/release.yaml +++ b/.github/release.yaml @@ -8,6 +8,11 @@ changelog: - title: Breaking changes labels: - breaking-change + # must come before Bugfixes/New Features: PRs land in the first matching + # category, and security-relevant PRs usually also carry "bug" or "enhancement" + - title: Security + labels: + - security - title: Bugfixes labels: - bug