Skip to content

Commit

Permalink
Prepare for 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 19, 2023
1 parent 5709693 commit 6b5444a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
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 6b5444a

Please sign in to comment.