Skip to content

Commit

Permalink
[build] update list of files committed from version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 20, 2024
1 parent 97820d1 commit dbea695
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1056,18 +1056,18 @@ namespace :all do
Rake::Task['all:version'].invoke('nightly')

puts 'Committing nightly version updates'
commit!('update versions to nightly', ['java/version.bzl',
commit!('update versions to nightly', ['dotnet/selenium-dotnet-version.bzl',
'java/version.bzl',
'javascript/node/selenium-webdriver/BUILD.bazel',
'javascript/node/selenium-webdriver/package.json',
'py/docs/source/conf.py',
'py/selenium/webdriver/__init__.py',
'py/selenium/__init__.py',
'py/BUILD.bazel',
'py/setup.py',
'rb/lib/selenium/webdriver/version.rb',
'rb/Gemfile.lock',
'py/setup.py',
'py/BUILD.bazel',
'py/selenium/__init__.py',
'py/selenium/webdriver/__init__.py',
'py/docs/source/conf.py',
'rust/BUILD.bazel',
'rust/Cargo.Bazel.lock',
'rust/Cargo.lock',
'rust/Cargo.toml'])
'package-lock.json'])

print 'Do you want to push the committed changes? (Y/n): '
response = $stdin.gets.chomp.downcase
Expand Down

0 comments on commit dbea695

Please sign in to comment.