Skip to content

Commit 6eb311f

Browse files
committed
[rb] add Readme for adding and releasing CDP versions
1 parent 44e20f5 commit 6eb311f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎rb/lib/selenium/devtools/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Adding support for new Chromium DevTools Protocol to the Ruby bindings
2+
3+
* Add the latest version number to `/rb/BUILD.bazel`
4+
* Update `/rb/lib/selenium/devtools/version.rb` with the latest version number
5+
6+
### Releasing selenium-devtools gem
7+
8+
```shell
9+
bazel build //rb:selenium-devtools
10+
```
11+
12+
```shell
13+
gem push bazel-bin/rb/selenium-devtools.gem
14+
```

0 commit comments

Comments
 (0)