Skip to content

Commit 0572f1d

Browse files
committed
[build] do not automatically bump versions to nightly in rake task
1 parent e57ed80 commit 0572f1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rakefile

-5
Original file line numberDiff line numberDiff line change
@@ -1156,11 +1156,6 @@ namespace :all do
11561156
Rake::Task['rb:release'].invoke(*args)
11571157
Rake::Task['dotnet:release'].invoke(*args)
11581158
Rake::Task['node:release'].invoke(*args)
1159-
1160-
unless args.include?('nightly')
1161-
puts 'bump all versions to nightly'
1162-
Rake::Task['all:version'].invoke('nightly')
1163-
end
11641159
end
11651160

11661161
task :lint do

0 commit comments

Comments
 (0)