Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 230 Bytes

File metadata and controls

16 lines (11 loc) · 230 Bytes

Deployment Guide

  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