eladkal commented on code in PR #49932:
URL: https://github.com/apache/airflow/pull/49932#discussion_r2074846451


##########
dev/breeze/src/airflow_breeze/prepare_providers/provider_documentation.py:
##########
@@ -1066,6 +1081,7 @@ def get_provider_documentation_jinja_context(
     )
     jinja_context["WITH_BREAKING_CHANGES"] = with_breaking_changes
     jinja_context["MAYBE_WITH_NEW_FEATURES"] = maybe_with_new_features
+    jinja_context["MAYBE_WITH_CHANGE_MIN_AIRFLOW_VERSION"] = 
maybe_with_change_min_airflow_version

Review Comment:
   It evaluates to False this is the issue :)
   I want it to be true when I select at least one PR with `v`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to