Merge pull request 're-enable changelog' (#19) from dev into main

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2025-05-29 11:29:00 +01:00
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 }}