We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c787c + 1201e28 commit d0b1366Copy full SHA for d0b1366
admin/prepare-release.php
@@ -27,7 +27,6 @@ function replace_file_content(string $path, string $pattern, string $replace): v
27
// Creates a branch for release.
28
system('git switch develop');
29
system('git switch -c release-' . $version);
30
-system('git switch docs-changelog-' . $version);
31
32
// Updates version number in "CodeIgniter.php".
33
replace_file_content(
0 commit comments