From 205238fcbfba24c08308b648a64e37329b99c1ca Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 25 Sep 2021 13:56:06 +0100 Subject: [PATCH] docs: updates release process --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 4cb6167c..1d651d7c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,6 +10,7 @@ When releasing a new version of Pest there are some checks and updates that need - Push the changes to GitHub - Check that the CI is passing as expected: [github.com/pestphp/pest/actions](https://github.com/pestphp/pest/actions) - Tag and push the tag with `git tag vX.X.X && git push --tags` +- Publish release here: [github.com/pestphp/pest/releases/new](https://github.com/pestphp/pest/releases/new). ### Plugins