Merge pull request 'refactor: enhance changelog categories with additional labels' (#13) from dev into main
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -2,16 +2,57 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"title": "## 🚀 Features",
|
"title": "## 🚀 Features",
|
||||||
"labels": ["add","Add"]
|
"labels": [
|
||||||
|
"add",
|
||||||
|
"Add",
|
||||||
|
"Kind/Feature"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🐛 Fixes",
|
"title": "## 🐛 Fixes",
|
||||||
"labels": ["fix","Fix"]
|
"labels": [
|
||||||
|
"fix",
|
||||||
|
"Fix",
|
||||||
|
"Kind/Bug"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🧪 Upgrade",
|
"title": "## 🧪 Upgrade",
|
||||||
"labels": ["upgrade","Upgrade","Clean"]
|
"labels": ["upgrade","Upgrade","Clean"]
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"title": "## 📝 Documentation",
|
||||||
|
"labels": [
|
||||||
|
"docs",
|
||||||
|
"Docs",
|
||||||
|
"Kind/Documentation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🧹 Chore",
|
||||||
|
"labels": [
|
||||||
|
"chore",
|
||||||
|
"Chore",
|
||||||
|
"Kind/Chore"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🛠️ Maintenance",
|
||||||
|
"labels": [
|
||||||
|
"maintenance",
|
||||||
|
"Maintenance",
|
||||||
|
"Kind/Maintenance"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🗑️ Deprecation",
|
||||||
|
"labels": [
|
||||||
|
"deprecation",
|
||||||
|
"Deprecation",
|
||||||
|
"Kind/Deprecation"
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"label_extractor": [
|
"label_extractor": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user