/var/www/vhosts/nabawater/vendor/codeception/verify
NameSizeModeActions
src/-0775rm
tests/-0775rm
.gitignore260664editdlrm
.travis.yml1780664editdlrm
composer.json3850664editdlrm
composer.lock337300664editdlrm
LICENSE11050664editdlrm
phpunit.xml1530664editdlrm
README.md30060664editdlrm
RoboFile.php8100664editdlrm
VERSION60664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/codeception/verify/RoboFile.php (810B)
say("version updated to $newVer"); $this->taskWriteToFile(__DIR__.'/VERSION') ->line($newVer) ->run(); } $version = trim(file_get_contents(__DIR__.'/VERSION')); $this->taskGitStack() ->tag($version) ->push('origin','master --tags') ->run(); $this->taskGitHubRelease($version) ->uri('Codeception/Verify') ->askForChanges() ->run(); } }