Skip to content

Commit 9cf4bf2

Browse files
authored
docs: Update ROLLING.md with new roll script
1 parent 36350f3 commit 9cf4bf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ROLLING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
* make sure to have at least Java 8 and Maven 3.6.3
44
* clone playwright for java: http://github.com/microsoft/playwright-java
5-
* set new driver version in `scripts/DRIVER_VERSION`
6-
* regenerate API: `./scripts/download_driver.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh`
5+
* `./scripts/roll_driver.sh 1.47.0-beta-1726138322000`
76
* commit & send PR with the roll
87

9-
### Finding driver version
8+
## Finding driver version
109

1110
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`
1211
<img width="960" alt="image" src="https://github.com/microsoft/playwright-java/assets/9798949/4f33a7f1-b39a-4179-8ae7-fb1d84094c75">

0 commit comments

Comments
 (0)