mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 01:12:42 +02:00
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["enhancement"]
|
|
},
|
|
{
|
|
"title": "## 🐛 Fixes",
|
|
"labels": ["bug"]
|
|
},
|
|
{
|
|
"title": "## ⤵️ Dependencies",
|
|
"labels": ["dependencies"]
|
|
},
|
|
{
|
|
"title": "## 💭 Uncategorized",
|
|
"labels": []
|
|
}
|
|
],
|
|
"template": "#{{CHANGELOG}}",
|
|
"pr_template": "* #{{TITLE}} by @#{{AUTHOR}} in ##{{NUMBER}}"
|
|
}
|