We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482f5fa commit 5b7900dCopy full SHA for 5b7900d
scripts/update_readme.sh
@@ -15,3 +15,6 @@ mvn install --no-transfer-progress -D skipTests
15
16
echo "Updating browser versions in README.md"
17
mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdateBrowserVersions
18
+
19
+echo "Updating Playwright dependency version in README.md"
20
+mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdatePlaywrightVersion
0 commit comments