Skip to content

Package Deployment Instructions

rocket-power edited this page Oct 26, 2019 · 3 revisions

Create new tag

git tag [MAJOR].[MINOR].[PATCH]

example 1.2.0

Push tag

git push origin --tags

Create release

Create a new release from the tag

Update Packagist

Log into packagist.org and update package listing

Clone this wiki locally