Skip to content

Commit d0b1366

Browse files
authored
Merge pull request #8577 from kenjis/update-prepare-release.php
chore: update admin/prepare-release.php
2 parents 07c787c + 1201e28 commit d0b1366

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)