Skip to content

Commit 97146e0

Browse files
committed
chore: commit changes in CodeIgniter.php on create-new-changelog.php script
1 parent d125a64 commit 97146e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/create-new-changelog.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function replace_file_content(string $path, string $pattern, string $replace): v
9292
);
9393

9494
if (! in_array('--dry-run', $argv, true)) {
95+
system('git add ./system/CodeIgniter.php');
9596
system("git add {$newChangelog} {$changelogIndex}");
9697
system("git add {$newUpgrading} {$upgradingIndex}");
9798
system("git commit -m \"docs: add changelog and upgrade for v{$newVersion}\"");

0 commit comments

Comments
 (0)