Kyoo/deployment/changelog.json
2021-04-20 00:16:58 +02:00

19 lines
357 B
JSON

{
"categories": [
{
"title": "## Features",
"labels": ["enhancement"]
},
{
"title": "## Fixes",
"labels": ["bug"]
},
{
"title": "## Web App",
"labels": ["webapp"]
}
],
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Others</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})"
}