mirror of
https://github.com/simple-login/app.git
synced 2024-11-01 03:21:01 +01:00
24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
|
"pr_template": "- ${{TITLE}} #${{NUMBER}}",
|
|
"empty_template": "- no changes",
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["feature"]
|
|
},
|
|
{
|
|
"title": "## 🐛 Fixes",
|
|
"labels": ["fix", "bug"]
|
|
},
|
|
{
|
|
"title": "## 🔧 Enhancements",
|
|
"labels": ["enhancement"]
|
|
}
|
|
],
|
|
"ignore_labels": ["ignore"],
|
|
"tag_resolver": {
|
|
"method": "semver"
|
|
}
|
|
}
|