Quick checklist for releasing a new version:
- Commit your changes and push to the main branch:
git commit -am "Release X.Y.Z" git push - Tag the release and push the tag:
git tag vX.Y.Z git push origin vX.Y.Z
- Create Release on GitHub:
- Go to Releases > Draft a new release > select
vX.Y.Z> Publish release
- Go to Releases > Draft a new release > select
- Update Packagist:
- Open your package page on Packagist > click Update
- Verify installation:
composer require solvercaptcha/solvecaptcha-php:X.Y.Z