-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update Rust version to 0.4.20 * Rust Changelog * [build] Prepare for release of Selenium 4.20.0 (#13868) * Update pinned browser versions * Update supported versions for Chrome DevTools * Update selenium manager version * Update authors file * FIX CHANGELOGS BEFORE MERGING! Update versions and change logs to release Selenium 4.20.0 * [create-pull-request] automated change * [rb] Making linter happy * [build] Making linter happy * [ci] Ensure we install proper Bundler version setup-ruby should install the same version as in Gemfile.lock, but since it's in a subdirectory - it cannot pick it up automatically. See https://github.com/ruby/setup-ruby/blob/master/action.yml#L18C3-L24 * [rb] Update dependencies * Setting a branch when creating the PR * Updating changelogs * Running linter --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Alex Rodionov <[email protected]> * Skipping failing test, it is already being executed in GitHub Actions --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Alex Rodionov <[email protected]>
- Loading branch information
1 parent
8086b25
commit 866c76c
Showing
61 changed files
with
777 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ jobs: | |
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 | ||
with: | ||
ruby-version: '3.1' | ||
working-directory: 'rb' | ||
- name: "Prep git" | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
@@ -89,10 +90,11 @@ jobs: | |
token: ${{ secrets.SELENIUM_CI_TOKEN }} | ||
author: Selenium CI Bot <[email protected]> | ||
delete-branch: true | ||
branch: release-preparation-${{ github.event.inputs.version }} | ||
title: "[build] Prepare for release of Selenium ${{ github.event.inputs.version }}" | ||
body: | | ||
**Warning: Manually update the changelogs before merging** | ||
This PR: | ||
* Updates Rust version for Selenium Manager release | ||
* Updates Pinned browser version to coincide with new CDP release | ||
|
@@ -102,9 +104,9 @@ jobs: | |
* Adds new authors to authors file | ||
* Updates all versions for all bindings | ||
* Generates *rough* change logs for each bindings (please tidy them up before merging this) | ||
- Auto-generated by [create-pull-request][1] | ||
[1]: https://github.com/peter-evans/create-pull-request | ||
labels: C-build | ||
draft: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -732,6 +732,7 @@ Sankha Narayan Guria <[email protected]> | |
Santiago Suarez Ordoñez <[email protected]> | ||
Sarah Bird <[email protected]> | ||
Sayyid Ali Sajjad Rizavi <[email protected]> | ||
schrufygroovy <[email protected]> | ||
Scott Babcock <[email protected]> | ||
Scott Sauber <[email protected]> | ||
Scott Stevens <[email protected]> | ||
|
@@ -768,6 +769,7 @@ smhc <[email protected]> | |
Snail <[email protected]> | ||
space88man <[email protected]> | ||
Sri Harsha <[email protected]> | ||
Sri Harsha <[email protected]> | ||
sridharUpputuri <[email protected]> | ||
Srinivasan Sekar <[email protected]> | ||
Sripathi Pai <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.