reorganize release categories a bit (#13249)

This commit is contained in:
Tony Murray 2021-09-18 13:22:54 -05:00 committed by GitHub
parent eff9c134cd
commit c41c25cab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,22 +41,22 @@ class GitHub
protected $pull_requests = [];
protected $changelog = [
'feature' => [],
'enhancement' => [],
'breaking change' => [],
'security' => [],
'device' => [],
'webui' => [],
'authentication' => [],
'alerting' => [],
'graphs' => [],
'snmp traps' => [],
'applications' => [],
'api' => [],
'alerting' => [],
'billing' => [],
'api' => [],
'settings' => [],
'discovery' => [],
'polling' => [],
'rancid' => [],
'oxidized' => [],
'authentication' => [],
'bug' => [],
'refactor' => [],
'cleanup' => [],