YagnaNamburi

Results 3 comments of YagnaNamburi

Hey guys, I am looking to contribute to this issue. Based on the issue description can't we handle the -beta tagging by changing the if-else condition here (https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/version.gradle.kts#L4) to take...

Yep, that's what I was going for. To change if-else to accommodate beta case. Sure, assign the issue to me and I can make the change.

Got it. Just to clarify the implementation here - https://github.com/open-telemetry/opentelemetry-java checks for explicit versions labels like "beta" in gradle.properties to tag the artifact with that label - "beta" and if...