- introduce other category for library changelog

This commit is contained in:
Mike Penz
2020-10-17 19:56:31 +02:00
parent 0452303d4c
commit 8044ea441a
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"]
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
},
{
"title": "## 💬 Other",
"labels": ["other"]
}
]
}