mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
23 lines
No EOL
451 B
JSON
23 lines
No EOL
451 B
JSON
{
|
|
"template": "${{CHANGELOG}}",
|
|
"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": "sort"
|
|
}
|
|
} |