You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"categories": [
|
|
{
|
|
"title": "### Guide - Features",
|
|
"labels": ["type: enhancement", "type: guide request"],
|
|
"exhaustive": true
|
|
},
|
|
{
|
|
"title": "### Guide - Fixes",
|
|
"labels": ["type: bug"],
|
|
"exclude_labels": ["status: non issue"]
|
|
},
|
|
{
|
|
"title": "### Guide - Updates",
|
|
"labels": ["status: confirmed"]
|
|
},
|
|
{
|
|
"title": "### Radarr - Features",
|
|
"labels": ["area: radarr", "type: enhancement"],
|
|
"exhaustive": true
|
|
},
|
|
{
|
|
"title": "### Radarr - Fixes",
|
|
"labels": ["area: radarr", "type: bug"],
|
|
"exclude_labels": ["status: non issue"],
|
|
"exhaustive": true
|
|
},
|
|
{
|
|
"title": "### Radarr - Updates",
|
|
"labels": ["area: radarr"]
|
|
},
|
|
{
|
|
"title": "### Sonarr - Features",
|
|
"labels": ["area: sonarr", "type: enhancement"],
|
|
"exhaustive": true
|
|
},
|
|
{
|
|
"title": "### Sonarr - Fixes",
|
|
"labels": ["area: sonarr", "type: bug"],
|
|
"exclude_labels": ["status: non issue"],
|
|
"exhaustive": true
|
|
},
|
|
{
|
|
"title": "### Sonarr - Updates",
|
|
"labels": ["area: sonarr"]
|
|
},
|
|
{
|
|
"title": "### Others",
|
|
"labels": []
|
|
}
|
|
],
|
|
"ignore_labels": ["status: declined"],
|
|
"sort": {
|
|
"order": "ASC",
|
|
"on_property": "title"
|
|
},
|
|
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}",
|
|
"pr_template": "- [${{TITLE}}](${{URL}})",
|
|
"empty_template": "- no changes",
|
|
"base_branches": [
|
|
"master"
|
|
]
|
|
}
|