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", "title": "## 🚀 Features",
"labels": [ "labels": [
"add", "add",
"Add", "Add"
"Kind/Feature"
] ]
}, },
{ {
"title": "## 🐛 Fixes", "title": "## 🐛 Fixes",
"labels": [ "labels": [
"fix", "fix",
"Fix", "Fix"
"Kind/Bug"
] ]
}, },
{ {
"title": "## 🧪 Upgrade", "title": "## 🧪 Upgrade",
"labels": ["upgrade","Upgrade","Clean"] "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": [ "label_extractor": [
{ {

View File

@@ -67,7 +67,7 @@ jobs:
platform: "gitea" platform: "gitea"
baseURL: "http://gitea:3000" baseURL: "http://gitea:3000"
# configuration: ".gitea/changelog-config.json" configuration: ".gitea/changelog-config.json"
env: env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}