From 661d6fee732fb6807ad0ab8696f7964f7e504118 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Thu, 27 Nov 2025 10:59:12 +0100 Subject: [PATCH] Add deprecations to changelog categories --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index f17b69c0d1..21e093324e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -15,6 +15,9 @@ changelog: labels: - "Changelog: Bugfix" - Bug + - title: Deprecations 🏗️ + labels: + - "Changelog: Deprecation" - title: Documentation 📚 labels: - "Changelog: Docs"