This commit is contained in:
SandPoot
2022-07-12 13:46:45 -03:00
parent f09e662931
commit d85ce0a307

View File

@@ -870,6 +870,11 @@ function checkchangelog($payload, $compile = true) {
if($item != 'something server ops should know')
$currentchangelogblock[] = array('type' => 'server', 'body' => $item);
break;
case 'tweak':
if($item != 'tweaked a few things')
$tags[] = 'Tweak';
$currentchangelogblock[] = array('type' => 'tweak', 'body' => $item);
break;
default:
//we add it to the last changelog entry as a separate line
if (count($currentchangelogblock) > 0)