Skip to content

Commit 8184982

Browse files
committed
[build] add notes for where automated build can be improved for next release
1 parent 815839a commit 8184982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff 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\nUpdate versions and change logs to release Selenium #{java_version}",
11001102
['dotnet/CHANGELOG',

0 commit comments

Comments
 (0)