27 lines
640 B
JSON
27 lines
640 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["feature"]
|
|
},
|
|
{
|
|
"title": "## 🐛 Fixes",
|
|
"labels": ["fix"]
|
|
},
|
|
{
|
|
"title": "## 🧪 Tests",
|
|
"labels": ["test"]
|
|
},
|
|
{
|
|
"title": "## 💬 Other",
|
|
"labels": ["other"]
|
|
},
|
|
{
|
|
"title": "## 📦 Dependencies",
|
|
"labels": ["dependencies"]
|
|
}
|
|
],
|
|
"template": "#{{CHANGELOG}}\n\nContributors:\n- #{{CONTRIBUTORS}}",
|
|
"max_pull_requests": 1000,
|
|
"max_back_track_time_days": 1000
|
|
} |