From 1c002f1132660d7a7f616370717a686140c24db0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 1 May 2026 13:54:56 -0700 Subject: [PATCH] Remove automatic cherry-picking instructions Removed instructions for automatic cherry-picking from README. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 0f2e9710576..5b26fa45798 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,6 @@ You can set the `BASE_URL=https://playwright.dev` env var, otherwise `http://loc ### Publishing Doc Changes After a Release -#### Automatic Cherry-picking (alternatively you can manually cherry-pick in `microsoft/playwright` repo) - -1. Go to the [Cherry-picking GitHub Actions workflow](https://github.com/microsoft/playwright/actions/workflows/cherry_pick_into_release_branch.yml) -1. Execute it with the version number e.g. `1.25` and a comma separate list of commit SHA hashes (from the main branch) -1. Wait for a PR [getting created](https://github.com/microsoft/playwright/pulls), review it and merge it - #### Stable docs rolling 1. Go to the [Release GitHub Actions workflow](https://github.com/microsoft/playwright.dev/actions/workflows/roll-stable.yml)