File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6060 version_constant : [OpenTelemetry, Exporter, Jaeger, VERSION]
6161
6262 - name : opentelemetry-exporter-otlp
63- directory : exporter/otlp
63+ # we append a slash here to avoid the naive substring start_with? directory-matching condition in underlying toys gem
64+ # which casues exporter/otlp to incorrectly match when changes occur in exporter/otlp-logs or exporter/otlp-metrics
65+ # https://github.com/dazuma/toys/blob/17ed449da8299f272b834470ff6b279a59e8070b/.toys/release/.lib/release_utils.rb#L436
66+ # https://github.com/open-telemetry/opentelemetry-ruby/issues/1792
67+ directory : exporter/otlp/
6468 version_constant : [OpenTelemetry, Exporter, OTLP, VERSION]
6569
6670 - name : opentelemetry-exporter-otlp-logs
You can’t perform that action at this time.
0 commit comments