File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1044,8 +1044,8 @@ namespace :all do
1044
1044
@git . push if response == 'y' || response == 'yes'
1045
1045
end
1046
1046
1047
- desc 'File updates for versions and metadata '
1048
- task :update , [ :channel ] do |_task , arguments |
1047
+ desc 'Update everything in preparation for a release '
1048
+ task :prepare , [ :channel ] do |_task , arguments |
1049
1049
args = arguments [ :channel ] ? [ '--' , "--chrome_channel=#{ arguments [ :channel ] . capitalize } " ] : [ ]
1050
1050
Bazel . execute ( 'run' , args , '//scripts:update_cdp' )
1051
1051
Bazel . execute ( 'run' , args , '//scripts:pinned_browsers' )
@@ -1068,7 +1068,6 @@ namespace :all do
1068
1068
Rake ::Task [ 'node:version' ] . invoke ( version )
1069
1069
Rake ::Task [ 'py:version' ] . invoke ( version )
1070
1070
Rake ::Task [ 'dotnet:version' ] . invoke ( version )
1071
- Rake ::Task [ 'rust:version' ] . invoke ( version )
1072
1071
end
1073
1072
end
1074
1073
end
You can’t perform that action at this time.
0 commit comments