Updated Changelog Workflow (#2632)

This commit is contained in:
Michel Roegl-Brunner
2025-02-25 12:27:31 +02:00
committed by GitHub
parent 599a518cc3
commit 3401b76c44
4 changed files with 99 additions and 56 deletions

View File

@@ -7,14 +7,27 @@
"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"]