Update PLAYWRITER_AGENTS.md

This commit is contained in:
Tommy D. Rossi
2026-02-05 22:28:56 +01:00
parent 9e88bcd64e
commit d9c3362dd9
+1 -1
View File
@@ -185,7 +185,7 @@ ignore everything that is outside of playwright/packages/playwright-core in the
for our playwright fork notice the types.d.ts are generated from markdown files, so adding new APIs require updating those and not the actual source files unfortunately
EVERY update to playwright code that changes its api or behaviour MUST be followed by a bump in version and update in playwright-core/CHANGELOG.md file. on release of the playwriter package then the playwright-core package must be released first, always using `pnpm publish` command.
EVERY update to playwright code that changes its api or behaviour MUST be followed by a bump in version and update in playwright-core/CHANGELOG.md file. on release of the playwriter package then the playwright-core package must be released first, always using `pnpm publish` command. no need to update version in playwriter package.json because we use the :workspace version.
### submodule setup