Add automatic changelog generation

This commit is contained in:
Oliver Traber 2025-06-14 21:40:14 +00:00
parent d57c4a3a23
commit e3977172b6
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 32 additions and 2 deletions

22
.github/changelog-configuration.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["enhancement"]
},
{
"title": "## 🐛 Fixes",
"labels": ["bug"]
},
{
"title": "## ⤵️ Dependencies",
"labels": ["dependencies"]
},
{
"title": "## 💭 Uncategorized",
"labels": []
}
],
"template": "#{{CHANGELOG}}",
"pr_template": "* #{{TITLE}} by @#{{AUTHOR}} in ##{{NUMBER}}"
}