From 50960a96e94bdd2d42af82394e325d74be2a3ace Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 20 Aug 2025 15:30:59 +0100 Subject: [PATCH] docs: adjusts release script --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`