From 9cf4bf226388881a18ed0c6fefff9b8544ebe198 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 12 Sep 2024 12:03:29 -0700 Subject: [PATCH] docs: Update ROLLING.md with new roll script --- ROLLING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ROLLING.md b/ROLLING.md index f30744ac..c66d49bd 100644 --- a/ROLLING.md +++ b/ROLLING.md @@ -2,11 +2,10 @@ * make sure to have at least Java 8 and Maven 3.6.3 * clone playwright for java: http://github.com/microsoft/playwright-java -* set new driver version in `scripts/DRIVER_VERSION` -* regenerate API: `./scripts/download_driver.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh` +* `./scripts/roll_driver.sh 1.47.0-beta-1726138322000` * commit & send PR with the roll -### Finding driver version +## Finding driver version For development versions of Playwright, you can find the latest version by looking at [publish_canary](https://github.com/microsoft/playwright/actions/workflows/publish_canary.yml) workflow -> `publish canary NPM & Publish canary Docker` -> `build & publish driver` step -> `PACKAGE_VERSION` image