Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

File metadata and controls

12 lines (9 loc) · 356 Bytes

Releasing

To release a new version we need to push a tag and packagist will take care of the rest.

git checkout main
git pull
git tag <VERSION_NUMBER> (should be X.Y.Z)
git push --tags

Now you can head over to packagist and see that your version has been released.