File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1035,6 +1035,7 @@ namespace :all do
10351035 Rake ::Task [ 'dotnet:release' ] . invoke ( *args )
10361036 Rake ::Task [ 'node:release' ] . invoke ( *args )
10371037
1038+ # TODO: Update this so it happens in each language, but does not commit
10381039 Rake ::Task [ 'all:version' ] . invoke ( 'nightly' )
10391040
10401041 puts 'Committing nightly version updates'
@@ -1095,6 +1096,7 @@ namespace :all do
10951096 commit! ( 'Update authors file' , [ 'AUTHORS' ] )
10961097
10971098 # 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
10981100 Rake ::Task [ 'all:version' ] . invoke ( version )
10991101 commit! ( "FIX CHANGELOGS BEFORE MERGING!\n \n Update versions and change logs to release Selenium #{ java_version } " ,
11001102 [ 'dotnet/CHANGELOG' ,
You can’t perform that action at this time.
0 commit comments