Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 434 Bytes

Releasing.md

File metadata and controls

9 lines (8 loc) · 434 Bytes

Releasing

  1. Verify everything works with php test.php.
  2. Update History.md.
  3. Commit with git commit -am "Release {version}"
  4. Tag with git tag -a {version} -m "Version {version}".
  5. Push to Github with git push -u origin master && git push --tags.
  6. Go to Packagist page and click Update.