github: Update workflow changelog.

This commit is contained in:
iabdalkader 2022-03-09 02:59:05 +02:00
parent 124505a5ae
commit ccd9525213

View File

@ -9,9 +9,21 @@
"labels": ["imlib"]
},
{
"title": "## 📷 Sensors",
"title": "## 🧬 HAL",
"labels": ["hal"]
},
{
"title": "## 📚 Lib",
"labels": ["lib"]
},
{
"title": "## 🤖 Sensors",
"labels": ["sensors"]
},
{
"title": "## 💾 Drivers",
"labels": ["drivers"]
},
{
"title": "## 🧪 Ports",
"labels": ["ports"]
@ -21,7 +33,7 @@
"labels": ["boards"]
},
{
"title": "## 📄 Scripts",
"title": "## 📜 Scripts",
"labels": ["scripts"]
},
{
@ -43,12 +55,30 @@
"method": "match",
"on_property": "title"
},
{
"pattern": "(^hal)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{
"pattern": "(^lib)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{
"pattern": "(^sensors)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{
"pattern": "(^drivers)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{
"pattern": "(^ports)\/(.+):",
"method": "replace",
@ -93,7 +123,7 @@
}
],
"sort": "DESC",
"template": "${{CHANGELOG}}\n\n## 🚀 Misc Fixes:\n\n${{UNCATEGORIZED}}\n",
"template": "${{CHANGELOG}}\n\n## 🪛 Misc Fixes:\n\n${{UNCATEGORIZED}}\n",
"pr_template": "- ${{TITLE}}",
"empty_template": "- no changes",
"max_tags_to_fetch": 100,