豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit d7d26a1

Browse files
OrKoNmathiasbynens
andauthored
docs: revise contribution process and add release process (#1134)
Updated contribution guidelines to reflect the development and release processes. --------- Co-authored-by: Mathias Bynens <mathias@qiwi.be>
1 parent a65a4fe commit d7d26a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sign a new one.
2323
This project follows
2424
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
2525

26-
## Contribution process
26+
## Development process
2727

2828
### Code reviews
2929

@@ -53,6 +53,13 @@ completed:
5353
features (we want to avoid features that offer some tools but cannot be used
5454
successfully to debug things).
5555

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+
5663
## Installation
5764

5865
Check that you are using node version specified in .nvmrc, then run following commands:

0 commit comments

Comments
 (0)