File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1056,18 +1056,18 @@ namespace :all do
1056
1056
Rake ::Task [ 'all:version' ] . invoke ( 'nightly' )
1057
1057
1058
1058
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' ,
1060
1068
'rb/lib/selenium/webdriver/version.rb' ,
1061
1069
'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' ] )
1071
1071
1072
1072
print 'Do you want to push the committed changes? (Y/n): '
1073
1073
response = $stdin. gets . chomp . downcase
You can’t perform that action at this time.
0 commit comments