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
10441044 @git . push if response == 'y' || response == 'yes'
10451045 end
10461046
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 |
10491049 args = arguments [ :channel ] ? [ '--' , "--chrome_channel=#{ arguments [ :channel ] . capitalize } " ] : [ ]
10501050 Bazel . execute ( 'run' , args , '//scripts:update_cdp' )
10511051 Bazel . execute ( 'run' , args , '//scripts:pinned_browsers' )
@@ -1068,7 +1068,6 @@ namespace :all do
10681068 Rake ::Task [ 'node:version' ] . invoke ( version )
10691069 Rake ::Task [ 'py:version' ] . invoke ( version )
10701070 Rake ::Task [ 'dotnet:version' ] . invoke ( version )
1071- Rake ::Task [ 'rust:version' ] . invoke ( version )
10721071 end
10731072 end
10741073end
You can’t perform that action at this time.
0 commit comments