[gh] Update Changelog Workflow (#2621)

* Update Workflow

* Update Workflow
This commit is contained in:
Michel Roegl-Brunner
2025-02-25 09:55:17 +02:00
committed by GitHub
parent bef3ccd164
commit 893bff1b59
4 changed files with 100 additions and 32 deletions

View File

@@ -7,14 +7,26 @@
"title": "🆕 New Scripts",
"labels": ["new script"]
},
{
"title": "🐞 Bug Fixes",
"labels": ["bugfix"]
},
{
"title": "✨ New Features",
"labels": ["feature"]
},
{
"title": "🚀 Updated Scripts",
"labels": ["update script"],
"subCategories": [
{
"title": "🐞 Bug Fixes",
"labels": ["bugfix"],
"notes" : []
},
{
"title": "General Updates",
"labels": ["general"],
"notes" : []
}
]
},
{
"title": "🌐 Website",
"labels": ["website"]