From f76af33f52a10b2600a5e77a72934016ab5a1942 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 17 Aug 2023 10:04:38 -0700 Subject: [PATCH] docs: update ROLLING.md with instructions how to find driver version (#1356) --- ROLLING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ROLLING.md b/ROLLING.md index ae0170f9..3a7e65bb 100644 --- a/ROLLING.md +++ b/ROLLING.md @@ -6,8 +6,15 @@ * regenerate API: `./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh` * commit & send PR with the roll +### 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 + + # Updating Version ```bash ./scripts/set_maven_version.sh 1.15.0 ``` +