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"]
|
"labels": ["imlib"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 📷 Sensors",
|
"title": "## 🧬 HAL",
|
||||||
|
"labels": ["hal"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 📚 Lib",
|
||||||
|
"labels": ["lib"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🤖 Sensors",
|
||||||
"labels": ["sensors"]
|
"labels": ["sensors"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "## 💾 Drivers",
|
||||||
|
"labels": ["drivers"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🧪 Ports",
|
"title": "## 🧪 Ports",
|
||||||
"labels": ["ports"]
|
"labels": ["ports"]
|
||||||
@ -21,7 +33,7 @@
|
|||||||
"labels": ["boards"]
|
"labels": ["boards"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 📄 Scripts",
|
"title": "## 📜 Scripts",
|
||||||
"labels": ["scripts"]
|
"labels": ["scripts"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -43,12 +55,30 @@
|
|||||||
"method": "match",
|
"method": "match",
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"pattern": "(^hal)(.+)",
|
||||||
|
"method": "replace",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "(^lib)(.+)",
|
||||||
|
"method": "replace",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern": "(^sensors)(.+)",
|
"pattern": "(^sensors)(.+)",
|
||||||
"method": "replace",
|
"method": "replace",
|
||||||
"target": "$1",
|
"target": "$1",
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"pattern": "(^drivers)(.+)",
|
||||||
|
"method": "replace",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern": "(^ports)\/(.+):",
|
"pattern": "(^ports)\/(.+):",
|
||||||
"method": "replace",
|
"method": "replace",
|
||||||
@ -93,7 +123,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sort": "DESC",
|
"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}}",
|
"pr_template": "- ${{TITLE}}",
|
||||||
"empty_template": "- no changes",
|
"empty_template": "- no changes",
|
||||||
"max_tags_to_fetch": 100,
|
"max_tags_to_fetch": 100,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user