File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,8 @@ def main():
103103 for release in instrumentation_breaking :
104104 breaking_changes_summary .append (f"- [{ release ['name' ]} ]({ release ['url' ]} )" )
105105
106- # Always add contrib release link (no breaking changes detection needed)
107- if new_contrib_version :
108- breaking_changes_summary .append ("**Check contrib releases:**" )
109- breaking_changes_summary .append ("- [opentelemetry-java-contrib releases](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)" )
106+ breaking_changes_summary .append ("**Check contrib releases for potential breaking changes:**" )
107+ breaking_changes_summary .append ("- [opentelemetry-java-contrib releases](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)" )
110108
111109 if breaking_changes_summary :
112110 print ("\n " + "\n " .join (breaking_changes_summary ))
You can’t perform that action at this time.
0 commit comments