This commit is contained in:
Tommy D. Rossi
2026-02-11 16:43:36 +01:00
parent e0eba5cf77
commit e9e9c2de08
2 changed files with 16 additions and 4 deletions
+8 -2
View File
@@ -167,9 +167,13 @@ you can list other files in that folder on github to read more if you need to co
## changelogs
when you do an important change, update relevant CHANGELOG.md files for each package.
when you do an any change, update relevant CHANGELOG.md files for each package.
also bump package.json versions and IMPORTANTLY also the extension/manifest.json version!
you also MUST always bump the playwright core package.json version too on any changes made there. so during publishing we know if that package needs to also be published, first, before publishing playwriter. checking if its version is already publishing in npm with `npm show @xmorse/playwright-core version`
also bump package.json versions and IMPORTANT also the extension/manifest.json version too
## debugging playwriter mcp issues
@@ -205,6 +209,8 @@ cd playwright && git branch
git checkout playwriter
```
make sure to always bump the package json and update the
### bootstrapping the repo
after cloning this repo, run bootstrap to set up the playwright submodule:
+8 -2
View File
@@ -165,9 +165,13 @@ you can list other files in that folder on github to read more if you need to co
## changelogs
when you do an important change, update relevant CHANGELOG.md files for each package.
when you do an any change, update relevant CHANGELOG.md files for each package.
also bump package.json versions and IMPORTANTLY also the extension/manifest.json version!
you also MUST always bump the playwright core package.json version too on any changes made there. so during publishing we know if that package needs to also be published, first, before publishing playwriter. checking if its version is already publishing in npm with `npm show @xmorse/playwright-core version`
also bump package.json versions and IMPORTANT also the extension/manifest.json version too
## debugging playwriter mcp issues
@@ -203,6 +207,8 @@ cd playwright && git branch
git checkout playwriter
```
make sure to always bump the package json and update the
### bootstrapping the repo
after cloning this repo, run bootstrap to set up the playwright submodule: