Skip to content

Commit d636e63

Browse files
authored
docs: evise contribution process and add release process
Updated contribution guidelines to reflect the development and release processes.
1 parent 70d4f36 commit d636e63

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 9 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,14 @@ 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. 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.
63+
5664
## Installation
5765

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

0 commit comments

Comments
 (0)