fancy-gatus/.github/changelog-configuration.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}}"
}