File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1035,6 +1035,7 @@ namespace :all do
1035
1035
Rake ::Task [ 'dotnet:release' ] . invoke ( *args )
1036
1036
Rake ::Task [ 'node:release' ] . invoke ( *args )
1037
1037
1038
+ # TODO: Update this so it happens in each language, but does not commit
1038
1039
Rake ::Task [ 'all:version' ] . invoke ( 'nightly' )
1039
1040
1040
1041
puts 'Committing nightly version updates'
@@ -1095,6 +1096,7 @@ namespace :all do
1095
1096
commit! ( 'Update authors file' , [ 'AUTHORS' ] )
1096
1097
1097
1098
# Note that this does not include Rust version changes that are handled in separate rake:version task
1099
+ # TODO: These files are all defined in other tasks; remove duplication
1098
1100
Rake ::Task [ 'all:version' ] . invoke ( version )
1099
1101
commit! ( "FIX CHANGELOGS BEFORE MERGING!\n \n Update versions and change logs to release Selenium #{ java_version } " ,
1100
1102
[ 'dotnet/CHANGELOG' ,
You can’t perform that action at this time.
0 commit comments