mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
reorganize release categories a bit (#13249)
This commit is contained in:
@@ -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' => [],
|
||||
|
||||
Reference in New Issue
Block a user