You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,3 +91,17 @@ To format and fix all lint issues automatically:
91
91
```sh
92
92
$ yarn fix
93
93
```
94
+
95
+
## Publishing and releases
96
+
97
+
Changes made to this repository via the automated release PR pipeline should publish to npm automatically. If
98
+
the changes aren't made through the automated pipeline, you may want to make releases manually.
99
+
100
+
### Publish with a GitHub workflow
101
+
102
+
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/browser-use/browser-use-node/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
103
+
104
+
### Publish manually
105
+
106
+
If you need to manually release a package, you can run the `bin/publish-npm` script with an `NPM_TOKEN` set on
If you want to set custom `fetch` options without overriding the `fetch` function, you can provide a `fetchOptions` object when instantiating the client or making a request. (Request-specific options override client options.)
@@ -335,7 +332,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
335
332
336
333
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
337
334
338
-
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/browser-use-typescript/issues) with questions, bugs, or suggestions.
335
+
We are keen for your feedback; please open an [issue](https://www.github.com/browser-use/browser-use-node/issues) with questions, bugs, or suggestions.
0 commit comments