- add ability to provide key for cateogry, used for json ('categorized') output
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
{
|
||||
"categories": [
|
||||
{
|
||||
"key": "feature",
|
||||
"title": "## 🚀 Features",
|
||||
"labels": ["feature"]
|
||||
},
|
||||
{
|
||||
"key": "fixes",
|
||||
"title": "## 🐛 Fixes",
|
||||
"labels": ["fix"]
|
||||
},
|
||||
{
|
||||
"key": "tests",
|
||||
"title": "## 🧪 Tests",
|
||||
"labels": ["test"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user