Rocketeer v2.0.1 Release Notes

Release Date: 2014-10-25 // over 9 years ago
  • ➕ Added

    • ➕ Added ability to pass the branch/tag/commit to deploy via --branch or -B
    • ➕ Added ability to declare tasks fluently via Rocketeer::task('name')->description('description')->does(string|array|Closure)
    • ➕ Added no-cache option to rocketeer update to not clear the cache on update

    🛠 Fixed

    • 🛠 Fixed a bug where ignition wouldn't work from the PHAR archive
    • 🛠 Fixed a missing dependency registered as a dev-dependency
    • 🛠 Fixed strictness of which system that would fail on some binaries
    • 🛠 Fixed a bug where events would never be registered when using only hooks.php with one connection/stage