-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Set automatic notice for providers change log about min airflow version change #49932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| ) | ||
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a print statement here to print the jinja_context once? It will be clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It evaluates to False this is the issue :)
I want it to be true when I select at least one PR with v
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah understood.
|
@eladkal which command are you running with? Are you passing the flag: |
No, the This change is not related to the version bump. It's about standard release process with |
Correct, but your code is relating the two. You pass the You should instead calculate the |
|
Closed in favor of #50476 |
No description provided.