Kyoo/deployment/changelog.json
2021-04-17 19:57:33 +02:00

18 lines
352 B
JSON

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