mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 09:22:41 +02:00
Add automatic changelog generation
This commit is contained in:
parent
d57c4a3a23
commit
e3977172b6
2 changed files with 32 additions and 2 deletions
22
.github/changelog-configuration.json
vendored
Normal file
22
.github/changelog-configuration.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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}}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue