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 --tagsNow you can head over to packagist and see that your version has been released.