From bf687305ef27217c971c85684fb0a632886f02e8 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 12:26:25 +0200 Subject: [PATCH] re-enable changelog --- .gitea/changelog-config.json | 39 ++---------------------------------- .gitea/workflows/relase.yml | 2 +- 2 files changed, 3 insertions(+), 38 deletions(-) diff --git a/.gitea/changelog-config.json b/.gitea/changelog-config.json index 240b11a..10f5678 100644 --- a/.gitea/changelog-config.json +++ b/.gitea/changelog-config.json @@ -4,55 +4,20 @@ "title": "## ๐Ÿš€ Features", "labels": [ "add", - "Add", - "Kind/Feature" + "Add" ] }, { "title": "## ๐Ÿ› Fixes", "labels": [ "fix", - "Fix", - "Kind/Bug" + "Fix" ] }, { "title": "## ๐Ÿงช Upgrade", "labels": ["upgrade","Upgrade","Clean"] } - , - { - "title": "## ๐Ÿ“ Documentation", - "labels": [ - "docs", - "Docs", - "Kind/Documentation" - ] - }, - { - "title": "## ๐Ÿงน Chore", - "labels": [ - "chore", - "Chore", - "Kind/Chore" - ] - }, - { - "title": "## ๐Ÿ› ๏ธ Maintenance", - "labels": [ - "maintenance", - "Maintenance", - "Kind/Maintenance" - ] - }, - { - "title": "## ๐Ÿ—‘๏ธ Deprecation", - "labels": [ - "deprecation", - "Deprecation", - "Kind/Deprecation" - ] - } ], "label_extractor": [ { diff --git a/.gitea/workflows/relase.yml b/.gitea/workflows/relase.yml index 60c989b..a3396cb 100644 --- a/.gitea/workflows/relase.yml +++ b/.gitea/workflows/relase.yml @@ -67,7 +67,7 @@ jobs: platform: "gitea" baseURL: "http://gitea:3000" - # configuration: ".gitea/changelog-config.json" + configuration: ".gitea/changelog-config.json" env: GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}