We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3503b4d commit 5dee40bCopy full SHA for 5dee40b
1 file changed
admin/prepare-release.php
@@ -26,6 +26,7 @@ function replace_file_content(string $path, string $pattern, string $replace): v
26
27
// Creates a branch for release.
28
system('git switch develop');
29
+system('git branch -D release-' . $version);
30
system('git switch -c release-' . $version);
31
32
// Updates version number in "CodeIgniter.php".
0 commit comments