Skip to content

Commit dbea695

Browse files
committed
[build] update list of files committed from version changes
1 parent 97820d1 commit dbea695

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Rakefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,18 +1056,18 @@ namespace :all do
10561056
Rake::Task['all:version'].invoke('nightly')
10571057

10581058
puts 'Committing nightly version updates'
1059-
commit!('update versions to nightly', ['java/version.bzl',
1059+
commit!('update versions to nightly', ['dotnet/selenium-dotnet-version.bzl',
1060+
'java/version.bzl',
1061+
'javascript/node/selenium-webdriver/BUILD.bazel',
1062+
'javascript/node/selenium-webdriver/package.json',
1063+
'py/docs/source/conf.py',
1064+
'py/selenium/webdriver/__init__.py',
1065+
'py/selenium/__init__.py',
1066+
'py/BUILD.bazel',
1067+
'py/setup.py',
10601068
'rb/lib/selenium/webdriver/version.rb',
10611069
'rb/Gemfile.lock',
1062-
'py/setup.py',
1063-
'py/BUILD.bazel',
1064-
'py/selenium/__init__.py',
1065-
'py/selenium/webdriver/__init__.py',
1066-
'py/docs/source/conf.py',
1067-
'rust/BUILD.bazel',
1068-
'rust/Cargo.Bazel.lock',
1069-
'rust/Cargo.lock',
1070-
'rust/Cargo.toml'])
1070+
'package-lock.json'])
10711071

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

0 commit comments

Comments
 (0)