RELEASE.md
When releasing a new version of Pest there are some checks and updates that need to be done:
For Pest v4 you should use the
4.xbranch instead.
git add . && git reset --hard && git checkout 5.xcomposer testgit commit -m "release: vX.X.X"git tag vX.X.X && git push --tagsPlugins should be versioned using the same major (or minor for 0.x releases) version as Pest core.