Skip to content

Commit

Permalink
docs: update ROLLING.md with instructions how to find driver version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Aug 17, 2023
1 parent 4204096 commit f76af33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ROLLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
<img width="960" alt="image" src="https://github.com/microsoft/playwright-java/assets/9798949/4f33a7f1-b39a-4179-8ae7-fb1d84094c75">


# Updating Version

```bash
./scripts/set_maven_version.sh 1.15.0
```

0 comments on commit f76af33

Please sign in to comment.