Skip to content
igorw edited this page Dec 26, 2012 · 3 revisions

Release checklist

This applies when tagging a new release.

  • make sure CHANGELOG is complete
  • set CHANGELOG release date in stone
  • git tag, git push
  • run scripts/do-split.sh

Component checklist

This applies when adding a new component.

  • check component composer.json
  • check root composer.json (add replaces)
  • modify scripts/do-split.sh
  • create github repo for split
  • run scripts/do-split.sh
  • packagist

Sub-project checklist

This applies when creating a new sub-project that is not part of core.

  • composer.json, phpunit.xml
  • packagist
  • travis
  • GitHub IRC hook

Clone this wiki locally