- Update CHANGELOG.md (version and date).
- Run
make release-check. - Commit and tag:
git tag v1.0.0. - Push branch and tags:
git push && git push --tags. - Create the release on GitHub (or use your CI release workflow).
- Publish to Packagist if the package is registered there.