Skip to content

Commit

Permalink
[build] add notes for where automated build can be improved for next …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
titusfortner committed Jun 24, 2024
1 parent 815839a commit 8184982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 8184982

Please sign in to comment.