From c41c25cab603905a94cdca744ee979d858e2fbc5 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 18 Sep 2021 13:22:54 -0500 Subject: [PATCH] reorganize release categories a bit (#13249) --- LibreNMS/Util/GitHub.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index e7b98bb619..c1a0442c93 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -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' => [],