From bc1b11054c7ba2bbbbfbfb535edfaeb08306da10 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Mar 2023 10:35:10 +0000 Subject: [PATCH] docs: updates release --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 81d3c198..103b41e1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ When releasing a new version of Pest there are some checks and updates that need > **For Pest v1 you should use the `1.x` branch instead.** - Clear your local repository with: `git add . && git reset --hard && git checkout master` -- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...master](https://github.com/pestphp/pest/compare/{latest_version}...master) and update the [changelog](CHANGELOG.md) file with the main changes for this release +- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...2.x](https://github.com/pestphp/pest/compare/{latest_version}...master) and update the [changelog](CHANGELOG.md) file with the main changes for this release - Update the version number in [src/Pest.php](src/Pest.php) - Run the tests locally using: `composer test` - Commit the CHANGELOG and Pest file with the message: `git commit -m "release: vX.X.X"`