From 97146e073f467b28b8fc59bf0d6656394c059afa Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Mon, 23 Mar 2026 00:34:33 +0800 Subject: [PATCH] chore: commit changes in CodeIgniter.php on `create-new-changelog.php` script --- admin/create-new-changelog.php | 1 + 1 file changed, 1 insertion(+) 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}\"");