Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
#### 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)
Expand Down
Loading