From b6933afda70d9fe3f8d428cfb96edb217566d74e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 6 Oct 2025 12:19:03 -0500 Subject: [PATCH 1/2] docs: adjust cherry-picking step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c17224ac8..56786c75534 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can set the `BASE_URL=https://playwright.dev` env var, otherwise `http://loc ### Publishing Doc Changes After a Release -#### Cherry-picking +#### Cherry-picking (or 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) From 7c15809eb9a161e9ab3cbd4ddcdc4a0ecaa5ea02 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 6 Oct 2025 12:28:43 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Adam Gastineau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56786c75534..0f2e9710576 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can set the `BASE_URL=https://playwright.dev` env var, otherwise `http://loc ### Publishing Doc Changes After a Release -#### Cherry-picking (or manually cherry-pick in `microsoft/playwright` repo) +#### 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)