From 8184982ab006c5f6528d7e416d763c3aadba1338 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Mon, 24 Jun 2024 12:29:20 -0500 Subject: [PATCH] [build] add notes for where automated build can be improved for next release --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 4199dfe52f7ff..e5dfee30cb892 100644 --- a/Rakefile +++ b/Rakefile @@ -1035,6 +1035,7 @@ namespace :all do Rake::Task['dotnet:release'].invoke(*args) Rake::Task['node:release'].invoke(*args) + # TODO: Update this so it happens in each language, but does not commit Rake::Task['all:version'].invoke('nightly') puts 'Committing nightly version updates' @@ -1095,6 +1096,7 @@ namespace :all do commit!('Update authors file', ['AUTHORS']) # Note that this does not include Rust version changes that are handled in separate rake:version task + # TODO: These files are all defined in other tasks; remove duplication Rake::Task['all:version'].invoke(version) commit!("FIX CHANGELOGS BEFORE MERGING!\n\nUpdate versions and change logs to release Selenium #{java_version}", ['dotnet/CHANGELOG',