- add ability to provide key for cateogry, used for json ('categorized') output

This commit is contained in:
Mike Penz
2023-05-25 17:59:11 +00:00
committed by GitHub
parent be9b53104e
commit 5d46efec54
5 changed files with 9 additions and 3 deletions
+3
View File
@@ -1,14 +1,17 @@
{
"categories": [
{
"key": "feature",
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"key": "fixes",
"title": "## 🐛 Fixes",
"labels": ["fix"]
},
{
"key": "tests",
"title": "## 🧪 Tests",
"labels": ["test"]
}