mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Update workflow changelog.
This commit is contained in:
parent
124505a5ae
commit
ccd9525213
36
.github/workflows/changelog.json
vendored
36
.github/workflows/changelog.json
vendored
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user