app-MAIL-temp/.github/changelog_configuration.json

24 lines
535 B
JSON
Raw Permalink Normal View History

2022-05-12 10:51:57 +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"]
},
{
"title": "## 🔧 Enhancements",
2022-05-12 10:51:57 +02:00
"labels": ["enhancement"]
}
],
"ignore_labels": ["ignore"],
"tag_resolver": {
"method": "semver"
2022-05-12 10:51:57 +02:00
}
}