Skip to content

Commit 1201e28

Browse files
committed
chore: remove unnecessary command
It was added by mistake.
1 parent 3d4e20d commit 1201e28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

admin/prepare-release.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function replace_file_content(string $path, string $pattern, string $replace): v
2727
// Creates a branch for release.
2828
system('git switch develop');
2929
system('git switch -c release-' . $version);
30-
system('git switch docs-changelog-' . $version);
3130

3231
// Updates version number in "CodeIgniter.php".
3332
replace_file_content(

0 commit comments

Comments
 (0)