diff --git a/ROLLING.md b/ROLLING.md index c73c9ce5..0c73b047 100644 --- a/ROLLING.md +++ b/ROLLING.md @@ -3,5 +3,5 @@ * 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/CLI_VERSION` -* regenerate API: `./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh` +* regenerate API: `./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh` * commit & send PR with the roll