2022-05-12 10:51:57 +02:00
|
|
|
{
|
2022-09-05 16:43:18 +02:00
|
|
|
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
2022-05-12 15:22:40 +02:00
|
|
|
"pr_template": "- ${{TITLE}} #${{NUMBER}}",
|
2022-05-12 10:51:57 +02:00
|
|
|
"empty_template": "- no changes",
|
|
|
|
"categories": [
|
|
|
|
{
|
|
|
|
"title": "## 🚀 Features",
|
|
|
|
"labels": ["feature"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "## 🐛 Fixes",
|
|
|
|
"labels": ["fix", "bug"]
|
|
|
|
},
|
|
|
|
{
|
2022-05-12 12:17:27 +02:00
|
|
|
"title": "## 🔧 Enhancements",
|
2022-05-12 10:51:57 +02:00
|
|
|
"labels": ["enhancement"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ignore_labels": ["ignore"],
|
|
|
|
"tag_resolver": {
|
2022-07-20 12:21:53 +02:00
|
|
|
"method": "semver"
|
2022-05-12 10:51:57 +02:00
|
|
|
}
|
2022-09-05 16:43:18 +02:00
|
|
|
}
|