Merge pull request #15705 from SandPoot/tweak

tweak
This commit is contained in:
deathride58
2022-07-15 19:10:07 -04:00
committed by GitHub

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)