Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 545 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 545 Bytes

Release process

  1. Checkout this repository.
  2. Add remote for base repo: git remote add base [email protected]:Codeception/base.git
  3. Run composer install.
  4. Download robo.phar file wget https://robo.li/robo.phar
  5. Disable phar.readonly in your php.ini file, it must be phar.readonly = Off
  6. Set VERSION in src/Codeception/Codecept.php to version number you want to release and commit this change(if it wasn't updated earlier).
  7. Run php robo.phar release
  8. (Optional) Commit updated Codecept.php with VERSION set to next version.