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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,10 @@ completed:
55
55
56
56
### Release process
57
57
58
-
Releasing `chrome-devtools-mcp` is automated by GitHub actions. Reviewing,
59
-
testing and landing a PR titled `chore(main): release chrome-devtools-mcp`
60
-
is sufficient to release a new version. The release PR is automatically
61
-
opened if there are any changes on the main branch that show up in the
62
-
changelog.
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.
0 commit comments