Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Selenium 4.5.0 #2

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Update to Selenium 4.5.0 #2

merged 1 commit into from
Sep 29, 2022

Conversation

AutomatedTester
Copy link
Member

No description provided.

@@ -3,9 +3,9 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.2",
"version": "4.5.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, The problem with this approach is that the users who want to install a specific version, say, 4.2.0, they can't because no release exists. So the better way is always to fetch the required version, or setup the CI, which will bump up the version when it's available, and do an automatic release

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do that in a future bit of work. The effort for setting up an automated task is going to be way higher than manually bumping this once a month, which is all we need to do.

I also don't think people want a specific version, we have had this for a while and no one has asked "How do I install this specific version?".

@AutomatedTester AutomatedTester merged commit 0be04c2 into main Sep 29, 2022
@AutomatedTester AutomatedTester deleted the selenium-4.5.0 branch September 29, 2022 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants