Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 719 Bytes

File metadata and controls

14 lines (10 loc) · 719 Bytes

Contributing

Creating a release

Tempo releases should be versioned with a tag and then compiled into a phar. The steps for creating a new release are:

  • Update to next version number in bin/tempo, README.md and docs/02-Installation.md
  • Commit the prepared release on master and tag it to the new version
  • Run rm -rf composer.lock tempo.phar vendor to clean the build
  • Run composer install --optimize-autoloader --prefer-dist --no-dev to setup the vendors
  • Run php -d phar.readonly=Off bin/compile to build the new tempo.phar
  • Push the release to github and add the new tempo.phar to the release
  • Set bin/tempo's version back to "dev-master" and commit (leave the docs as latest stable)