芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/codeception/verify/RoboFile.php
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(); } }