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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ sign a new one.
23
23
This project follows
24
24
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
25
25
26
-
## Contribution process
26
+
## Development process
27
27
28
28
### Code reviews
29
29
@@ -53,6 +53,13 @@ completed:
53
53
features (we want to avoid features that offer some tools but cannot be used
54
54
successfully to debug things).
55
55
56
+
### Release process
57
+
58
+
Releasing `chrome-devtools-mcp` is automated by GitHub Actions. To release a new
59
+
version, [search for a PR titled `chore(main): release chrome-devtools-mcp`](https://github.com/ChromeDevTools/chrome-devtools-mcp/pulls?q=is%3Apr+is%3Aopen+%22chore%28main%29%3A+release+chrome-devtools-mcp%22)
60
+
and review, test, and land it. The release PR is automatically opened if there
61
+
are any changes on the main branch that show up in the changelog.
62
+
56
63
## Installation
57
64
58
65
Check that you are using node version specified in .nvmrc, then run following commands:
0 commit comments