RELEASE.md
When releasing a new version of Pest there are some checks and updates that need to be done:
For Pest v3 you should use the
3.xbranch instead.
git add . && git reset --hard && git checkout 4.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.