Skip to content

Commit

Permalink
use main
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 19, 2023
1 parent 3eab153 commit 47f6758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ protected function replaceDocblockTags(string $version): void
file_put_contents($file->getPathname(), $content);
}

$this->exec('git checkout master');
$this->exec('git checkout main');
$this->exec(sprintf('git commit -am "Prepare for %s release."', $version));
$this->exec('git push origin master');
$this->exec('git push origin main');
}

/**
Expand Down

0 comments on commit 47f6758

Please sign in to comment.