Skip to content

Commit

Permalink
Add composer.json and README.md to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor Dávid committed Jul 7, 2016
1 parent 9f30dfd commit 43f5945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ public function releaseCreate($version)

$fs_stack
->remove("release/$name")
->remove("release/$name.tar.gz");
->remove("release/$name.tar.gz")
->copy('composer.json', "release/$name/composer.json")
->copy('README.md', "release/$name/README.md");

foreach ($this->filesToDeploy as $file_name => $file_meta) {
$fs_stack->copy(
Expand Down

0 comments on commit 43f5945

Please sign in to comment.