Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 282 Bytes

DEPLOY.md

File metadata and controls

22 lines (15 loc) · 282 Bytes

Deployment Guide

  1. Run tests
"./vendor/bin/phpunit" tests
  1. Create a new Git tag
git tag [MAJOR].[MINOR].[PATCH]

Example 1.1.0

  1. Push tag to GitHub
git push origin --tags
  1. Check package has been updated on Packagist