Skip to content

Commit 8ee2415

Browse files
committed
add note about major/minor
1 parent 95fda71 commit 8ee2415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/writing-instrumentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ here, including the instrumented library - you can only use JDK and OpenTelemetr
405405
### Common Modules
406406

407407
When creating a common module shared among different instrumentations, the naming convention should
408-
include a version suffix that matches the version of the instrumented library specified in the
409-
common module's `build.gradle.kts`.
408+
include a version suffix that matches the major/minor version of the instrumented library specified
409+
in the common module's `build.gradle.kts`.
410410

411411
For example, if the common module's Gradle file contains the following dependency:
412412

0 commit comments

Comments
 (0)