change changelog template to include more parameters
This commit is contained in:
@@ -2,7 +2,14 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"title": "## 🚀 Features",
|
"title": "## 🚀 Features",
|
||||||
"labels": ["add","Add", "Kind/Feature"]
|
"labels": [
|
||||||
|
"add",
|
||||||
|
"Add",
|
||||||
|
"Kind/Feature",
|
||||||
|
"feat",
|
||||||
|
"Feature",
|
||||||
|
"Feat"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🐛 Fixes",
|
"title": "## 🐛 Fixes",
|
||||||
@@ -18,16 +25,50 @@
|
|||||||
"labels": ["docs","Docs", "Kind/Documentation"]
|
"labels": ["docs","Docs", "Kind/Documentation"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🧹 Chore",
|
"title": "## 🛠️ Maintenance",
|
||||||
"labels": ["chore","Chore", "Kind/Chore"]
|
"labels": [
|
||||||
|
"maintenance",
|
||||||
|
"Maintenance",
|
||||||
|
"Kind/Maintenance",
|
||||||
|
"chore",
|
||||||
|
"Chore",
|
||||||
|
"Kind/Chore"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🛠️ Maintenance",
|
"title": "## ⏪ Reverts",
|
||||||
"labels": ["maintenance","Maintenance", "Kind/Maintenance"]
|
"labels": [
|
||||||
|
"revert",
|
||||||
|
"Revert",
|
||||||
|
"Kind/Revert",
|
||||||
|
"Kind/Reverts",
|
||||||
|
"reverts",
|
||||||
|
"Reverts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🗑️ Deprecation",
|
"title": "## 🗑️ Deprecation",
|
||||||
"labels": ["deprecation","Deprecation", "Kind/Deprecation"]
|
"labels": ["deprecation","Deprecation", "Kind/Deprecation"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## ⚡️ Performance Improvements",
|
||||||
|
"labels": [
|
||||||
|
"perf",
|
||||||
|
"Perf",
|
||||||
|
"Kind/Performance"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🎨 Styling",
|
||||||
|
"labels": [
|
||||||
|
"style",
|
||||||
|
"Style",
|
||||||
|
"Kind/Style"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🎯 Other Changes",
|
||||||
|
"labels": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"label_extractor": [
|
"label_extractor": [
|
||||||
|
|||||||
Reference in New Issue
Block a user