diff --git a/README.md b/README.md index 39317c2e..a4a44b0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

PEST

- GitHub Workflow Status (master) + GitHub Workflow Status (master) Total Downloads Latest Version License diff --git a/RELEASE.md b/RELEASE.md index d5b2ab39..6ba2a721 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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`