docs: adjusts release script

This commit is contained in:
Nuno Maduro
2025-08-20 15:30:59 +01:00
parent 507df757a1
commit 50960a96e9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ When releasing a new version of Pest there are some checks and updates that need
> **For Pest v3 you should use the `3.x` branch instead.**
- Clear your local repository with: `git add . && git reset --hard && git checkout 3.x`
- Clear your local repository with: `git add . && git reset --hard && git checkout 4.x`
- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...4.x](https://github.com/pestphp/pest/compare/{latest_version}...4.x)
- Update the version number in [src/Pest.php](src/Pest.php)
- Run the tests locally using: `composer test`