diff --git a/admin/create-new-changelog.php b/admin/create-new-changelog.php index eca1696676b2..32ac5fdaa52c 100644 --- a/admin/create-new-changelog.php +++ b/admin/create-new-changelog.php @@ -92,6 +92,7 @@ function replace_file_content(string $path, string $pattern, string $replace): v ); if (! in_array('--dry-run', $argv, true)) { + system('git add ./system/CodeIgniter.php'); system("git add {$newChangelog} {$changelogIndex}"); system("git add {$newUpgrading} {$upgradingIndex}"); system("git commit -m \"docs: add changelog and upgrade for v{$newVersion}\"");