From 1028617274328cefec47f0cf41c0868d8fc84d62 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 31 Oct 2024 13:26:39 +0100
Subject: [PATCH] Introduce development changelog category

---
 .gitlab/changelog_config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/changelog_config.yml b/.gitlab/changelog_config.yml
index bf0289c..6b27b2d 100644
--- a/.gitlab/changelog_config.yml
+++ b/.gitlab/changelog_config.yml
@@ -11,6 +11,7 @@ categories:
   removed: Removed
   security: Security
   performance: Performance
+  development: Development
   other: Other
 
 tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<pre>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<meta>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'
-- 
GitLab