Skip to content

Commit

Permalink
remove git split stuff. Thats automated on github
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Aug 30, 2023
1 parent 4ec3ea7 commit 6805fb9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,8 @@ public function release($version = NULL) {
$this->say(" - Copy CHANGELOG from https://raw.githubusercontent.com/opendevshop/devshop/1.x/CHANGELOG.md");
$this->say(" - Upload install.sh script to release files.");
$this->say("2. Put the new version in gh-pages branch index.html");

if ($this->confirm("Run `composer git:split` to push code to all sub-repos?")) {
$this->_exec("composer git:split");
}
$this->say("");
$this->say("That's it! Congrats.");
}

/**
Expand Down

0 comments on commit 6805fb9

Please sign in to comment.