From c2ea3b2c2db7afd25f00fc1e7063cd2c92a4ad73 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 25 Jan 2024 16:02:10 -0600 Subject: [PATCH] [build] do not update copyright information as part of release preparation --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 94926896de930..0ca5ee746621e 100644 --- a/Rakefile +++ b/Rakefile @@ -1092,9 +1092,6 @@ namespace :all do Rake::Task['authors'].invoke commit!('Update authors file', ['AUTHORS']) - Rake::Task['copyright:update'].invoke - commit!('Update copyright notice on files', all: true) - # Note that this does not include Rust version changes that are handled in separate rake:version task Rake::Task['all:version'].invoke commit!("FIX CHANGELOGS BEFORE MERGING!\n\nUpdate versions and change logs to release Selenium #{java_version}",