Skip to content

Commit 7c83551

Browse files
fix: do not exclude gRPC from releases anymore
1 parent ec0feb9 commit 7c83551

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

releases/Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ Dir['../propagator/**/version.rb'].each do |f|
4747
gem "opentelemetry-propagator-#{name}", version
4848
end
4949

50-
excluded_instrumentations = %w[grpc]
5150
Dir['../instrumentation/**/version.rb'].each do |f|
5251
name = f.match(%r{instrumentation/(\w+)/lib})[1]
53-
next if excluded_instrumentations.include?(name)
5452

5553
version = File.read(f).match(/VERSION = '([\d\.]+)'/)[1]
5654
gem "opentelemetry-instrumentation-#{name}", version

0 commit comments

Comments
 (0)