We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeda39 commit 19b5fbeCopy full SHA for 19b5fbe
1 file changed
.toys/.data/releases.yml
@@ -60,7 +60,11 @@ gems:
60
version_constant: [OpenTelemetry, Exporter, Jaeger, VERSION]
61
62
- name: opentelemetry-exporter-otlp
63
- directory: exporter/otlp
+ # 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/
68
version_constant: [OpenTelemetry, Exporter, OTLP, VERSION]
69
70
- name: opentelemetry-exporter-otlp-logs
0 commit comments