Skip to content

Commit e4fd148

Browse files
committed
[build] do not automatically run changelogs with version updates
1 parent 7b7ae95 commit e4fd148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

-2
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,6 @@ namespace :all do
11951195
Rake::Task['rust:version'].invoke(version)
11961196

11971197
unless version == 'nightly'
1198-
Rake::Task['all:changelogs'].invoke
1199-
12001198
major_minor = arguments[:version][/^\d+\.\d+/]
12011199
file = '.github/ISSUE_TEMPLATE/bug-report.yml'
12021200
old_version_pattern = /The latest released version of Selenium is (\d+\.\d+)/

0 commit comments

Comments
 (0)