re-enable changelog

This commit is contained in:
2025-05-29 12:26:25 +02:00
parent 474d92e180
commit bf687305ef
2 changed files with 3 additions and 38 deletions

View File

@@ -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": [
{

View File

@@ -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 }}