From 7bacf6deb6c9e972256f565ee524770f2cc8d5ce Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 12:41:06 +0200 Subject: [PATCH 1/2] tell changelog to use feature label --- .gitea/changelog-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/changelog-config.json b/.gitea/changelog-config.json index 10f5678..b99b2d8 100644 --- a/.gitea/changelog-config.json +++ b/.gitea/changelog-config.json @@ -5,6 +5,7 @@ "labels": [ "add", "Add" + "Kind/Feature", ] }, { From d2bcb57d53bd7da63d9b9b655b8c52b858abe50f Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 12:41:42 +0200 Subject: [PATCH 2/2] fix typo --- .gitea/changelog-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/changelog-config.json b/.gitea/changelog-config.json index b99b2d8..2212beb 100644 --- a/.gitea/changelog-config.json +++ b/.gitea/changelog-config.json @@ -4,8 +4,8 @@ "title": "## 🚀 Features", "labels": [ "add", - "Add" - "Kind/Feature", + "Add", + "Kind/Feature" ] }, {