Commit 0fa4cfa 1 parent 27cf07b commit 0fa4cfa Copy full SHA for 0fa4cfa
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ ($$)
134
134
my $semconv_attr_naming_md = ' (semantic-conventions/blob/main/docs/general)/naming.md(#\w+)?' ;
135
135
if ($ARGV =~ / ^tmp\/ otel\/ specification/ && / $semconv_attr_naming_md / ) {
136
136
s | $semconv_attr_naming_md\b | $1 /attribute-naming.md| g ;
137
- printPatchInfoIf(" 2025-01-22-attribute-naming.md" , $otelSpecVers ne " 1.41 .0" );
137
+ printPatchInfoIf(" 2025-01-22-attribute-naming.md" , $semconvVers ne " 1.29 .0" );
138
138
}
139
139
140
140
my $semconv_attr_naming = ' (/docs/specs/semconv/general)/naming/' ;
141
141
if ($ARGV =~ / ^tmp\/ otel\/ specification/ && / $semconv_attr_naming / ) {
142
142
s | $semconv_attr_naming| $1 /attribute-naming/| g ;
143
- printPatchInfoIf(" 2025-01-22-attribute-naming" , $otelSpecVers ne " 1.41 .0" );
143
+ printPatchInfoIf(" 2025-01-22-attribute-naming" , $semconvVers ne " 1.29 .0" );
144
144
}
145
145
146
146
s |\( https://github.com/open-telemetry/opentelemetry-specification\) | ($specBasePath /otel/)| ;
You can’t perform that action at this time.
0 commit comments