LaraPost Docs GitHub

Maintainer Workflow

Release Playbook

Use this checklist for every stable release to keep tags, docs, and package metadata aligned.

1. Prepare

composer test
composer validate --strict --no-check-lock

2. Create Release Commit

git add .
git commit -m "chore(release): prepare vX.Y.Z"

3. Tag and Push

git tag vX.Y.Z
git push origin HEAD
git push origin vX.Y.Z

4. Publish Release Notes

5. Packagist Sync

6. Post-Release Validation

composer show prateekbhujel/larapost --all