From 584e5097fd368cba1a746c6cd36caa5b0d1c7b52 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 17 Jul 2026 14:15:15 +0200 Subject: [PATCH] Group Element Pro changes into a dedicated release notes section Pro-only PRs (labelled pr-element-pro) leaked into Element X release notes, causing confusion. They now group into a single Element Pro section instead of scattering through Features/Bugfixes. Granularity is dropped on purpose for these changes. --- .github/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 17090ec328..8f1d04ac9d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -28,6 +28,10 @@ changelog: labels: - PR-Dependencies + - title: 💼 Element Pro + labels: + - PR-Element-Pro + - title: Others labels: - PR-misc